I am getting the following error:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not autoload parsejson: no such file to load -- json at /
etc/puppetlabs/puppet/modules/ntp/manifests/init.pp:2 on node
<whatever>
The file is on the puppet master server:
% locate parsejson.rb
/etc/puppetlabs/puppet/modules/puppetlabs-stdlib/lib/puppet/parser/
functions/parsejson.rb
/var/opt/lib/pe-puppet/lib/puppet/parser/functions/parsejson.rb
Here is the begining of the class
class ntp(
$ntp_server = parsejson(convjson($::ntp_server))
){
But the agent is not seeing it. Any ideas?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.