khudson
06/23/2022, 10:54 PMrusty
06/23/2022, 11:04 PMSlackbot
06/23/2022, 11:09 PMnatemccurdy
06/23/2022, 11:10 PMr10k deploy
.
• pull: your puppetservers run r10k deploy
on a timer and constantly attempt to pull. Maybe every 1-10 minutes.natemccurdy
06/23/2022, 11:10 PMr10k deploy
.
• pull: your puppetservers run r10k deploy
on a timer and constantly attempt to pull. Maybe every 1-10 minutes.Yury Bushmelev
06/24/2022, 2:20 AM$squash_ensure = $squash_threshold.then |$x| { 'present' }.lest || { 'absent' }
🙂 not a selector too though 🙂tutelacool
06/24/2022, 8:34 AMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/stage: Attempt to redefine entity '<http://puppet.com/2016.1/runtime/type/stage>'. Originally set at file:///opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/type/stage.rb?line=1. (file: /etc/puppetlabs/puppet/g10k/production/modules/legacy/modules/profile/manifests/common1/stages.pp, line: 2, column: 3) on node <http://01.internet.net|01.internet.net>
Do you know how to troubleshoot this error?
# content of modules/profile/manifests/common1/stages.pp
class profile::common1::stages {
stage { [firstpkgmgmt, secondkerberize, last]: }
Stage[firstpkgmgmt] -> Stage[secondkerberize] -> Stage[main] -> Stage[last]
}
am running puppet v6tutelacool
06/24/2022, 8:34 AMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/stage: Attempt to redefine entity '<http://puppet.com/2016.1/runtime/type/stage>'. Originally set at file:///opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/type/stage.rb?line=1. (file: /etc/puppetlabs/puppet/g10k/production/modules/legacy/modules/profile/manifests/common1/stages.pp, line: 2, column: 3) on node <http://01.internet.net|01.internet.net>
Do you know how to troubleshoot this error?
# content of modules/profile/manifests/common1/stages.pp
class profile::common1::stages {
stage { [firstpkgmgmt, secondkerberize, last]: }
Stage[firstpkgmgmt] -> Stage[secondkerberize] -> Stage[main] -> Stage[last]
}
am running puppet v6Slackbot
06/24/2022, 8:40 AMsh6624gsj8
06/24/2022, 8:43 AMexec { 'yum-clean-expire-cache':
command => '/usr/bin/yum clean expire-cache',
}
only on the the location where my yum repo config files are located . i.e. /etc/yum.repos.d/
Please advise . Thankssh6624gsj8
06/24/2022, 9:07 AMexec { 'yum-clean-expire-cache':
command => '/usr/bin/yum clean expire-cache',
}
only on the the location where my yum repo config files are located . i.e. /etc/yum.repos.d/
Wondering if this could be a good way to do it ?
exec { 'yum-clean-expire-cache':
command => '/usr/bin/yum clean expire-cache',
cwd => '/etc/yum.repos.d/',
}
Please advise . Thankssh6624gsj8
06/24/2022, 9:38 AMsh6624gsj8
06/24/2022, 9:38 AMSlackbot
06/24/2022, 12:05 PMSuraj Bora
06/24/2022, 12:35 PMrusty
06/24/2022, 1:16 PMSuraj Bora
06/24/2022, 2:52 PMJoel Wilson
06/24/2022, 4:11 PMnatemccurdy
06/24/2022, 4:16 PMnatemccurdy
06/24/2022, 4:16 PMSuraj Bora
06/25/2022, 1:13 PMSuraj Bora
06/25/2022, 2:19 PMdrobinson
06/26/2022, 3:38 PMSlackbot
06/26/2022, 4:30 PMkenyon
06/26/2022, 7:41 PMsh6624gsj8
06/27/2022, 7:28 AMsh6624gsj8
06/27/2022, 9:15 AMDagan McGregor
06/27/2022, 9:26 AMDagan McGregor
06/27/2022, 10:06 AMSlackbot
06/27/2022, 10:58 AM