I have become fully convinced that running puppetmasterd in debug mode is
hot stuff.   I found the following deficiencies in my setup and fixed them:


   - Doing some random reading I needed to add  storeconfigs=true to my
   master section of puppet.cfg
   - After doing that I got complaints about ActiveRecord not being loaded
   so I added that to my master server.
   - Then I got complaints that sqlite3 could not be loaded.  Installed
   that gem on my master server.

After doing all that my exported resources worked fine.   Combination of
going back to RTFM and watching debug gave me the solution.

Had another interesting gem of an issue that came up along the way.
Naginator was writing the nagios config files as owned by root and perm
bits set to 0600.  Had to add a file section to flip the right bits so
nagios (running as userid nagios) could read the configs.


>


-- 
Peter L. Berghold
Owner, Shark River Technical Solutions LLC

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to