Displaying 2 results from an estimated 2 matches for "masterd".
Did you mean:
master
2013 Jan 18
3
Puppet 2.6 - Custom functions - environments issue
Hello every one,
I have looked at a lots of threads in the Puppet User group but I did not
find a clear answer or explanation how custom functions work....
Here is my current setup :
* I have *2 "environments"*. working fine
/etc/puppet/environments/production/
/etc/puppet/environments/test/
* I have a version of my function already working in production
* According to the
2013 Dec 06
13
Can't seem to get modulepath attribute recognized by puppetmasterd
...[main] header
modulepath = /etc/puppet/modules:/opt/our-repo/puppetmaster/modules
And populated new new directory with modules I have written.
I then run
puppet master --configprint modulepath
and I in fact see
/etc/puppet/modules:/opt/our-repo/puppetmaster/modules
But when I restart puppetmasterd I get the following errors.
2013-12-06 19:05:09 +0000 Puppet (err): Could not find class newapp for
ip-10-0-22-5 on node ip-10-0-22-5
On the clients I get the message
Puppet (err): Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not find class newapp for ip-10-0-22-5...