Hello Everyone,
I'm using Puppet 4.5.3 and on two of my nodes I got this error :
root@nameserver:~# puppet agent --test --verbose
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Notice: /File[/var/opt/lib/pe-puppet/lib/puppet/functions/ntp_dirname.rb]/ensure: removed
Notice: /File[/var/opt/lib/pe-puppet/lib/puppet/parser/functions/ntp_dirname.rb]/ensure: removed
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Resource Statement, Class[Ntp]: has no parameter named 'autoupdate' at /etc/puppetlabs/code/environments/production/modules/rzr/rzrbasics/manifests/init.pp:9:2 on node (nameserver)
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
On init.pp of Puppet server :
# NTP class
class { '::ntp':
autoupdate => true,
package_ensure => latest,
service_enable => true,
service_ensure => running,
servers => $ntpServers
I tried to clear the cache, restart puppet service, still the same issue. I don't have this issue on others nodes.
Thank you very much for your help.
PadaPuppet
}
↧