Re: [Puppet Users] puppet post install launchd osx

2014-03-05 Thread Rudy McComb
Hi Moses, I was able to successfully uninstall the previous versions of gem installed 'puppet'. i did reinstall with dmg but and still having puppetd exit with a code of 1. what am i doing wrong? here is my updated plist and manifest to start launchctl http://pastebin.com/CX56cucf

Re: [Puppet Users] puppet post install launchd osx

2014-03-03 Thread Rudy McComb
Matthaus, Here is my output from that run cabimd011032:~ madmin$ sudo puppet agent --no-daemonize --verbose --logdest console Notice: Starting Puppet client version 3.4.3 Error: Could not run: Could not create PID file: /var/lib/puppet/run/agent.pid cabimd011032:~ madmin$ On Thursday,

Re: [Puppet Users] puppet post install launchd osx

2014-02-13 Thread Rudy McComb
Hi Moses, I was able to successfully uninstall the previous versions of gem installed 'puppet'. i did reinstall with dmg but and still having puppetd exit with a code of 1. what am i doing wrong? here is my updated plist and manifest to start launchctl http://pastebin.com/CX56cucf

Re: [Puppet Users] puppet post install launchd osx

2014-02-13 Thread Matthaus Owens
Rudy, You also need to uninstall the facter and hiera gems, as they may be contributing to your issues. Aside from that, what happens if you run `puppet agent --no-daemonize --verbose --logdest console`? Does it also error out? If so, how? On Thu, Feb 13, 2014 at 12:14 PM, Rudy McComb

Re: [Puppet Users] puppet post install launchd osx

2014-02-12 Thread Rudy McComb
Hi Moses, I was able to successfully uninstall the previous versions of gem installed 'puppet'. i did reinstall with dmg but and still having puppetd exit with a code of 1. what am i doing wrong? here is my updated plist and manifest to start launchctl http://pastebin.com/CX56cucf

Re: [Puppet Users] puppet post install launchd osx

2014-02-11 Thread Moses Mendoza
Hi Rudy, Installing puppet,facter via dmg and also via gem is almost certainly a contributing factor to your issues. The dmg installs to ruby's sitedir (in the load path) and the gem installs to rubygems' gem dir (also in the load path). This means you have two installs of puppet at separate

Re: [Puppet Users] puppet post install launchd osx

2014-02-11 Thread Rudy McComb
https://lh4.googleusercontent.com/-1Y6RPiM0C2A/UvpcG1v6NCI/AAs/OXNKqoF8KHk/s1600/Screen+Shot+2014-02-11+at+9.16.58+AM.png Moses, can i rm puppet facter and hiera from the gem dir (usr/lib/ruby/site_ruby) w/o breaking puppet dmg installed in correct location? or is there another

Re: [Puppet Users] puppet post install launchd osx

2014-02-11 Thread Moses Mendoza
Hi Rudy, To uninstall a gem, just do `gem uninstall gem name(s)`, e.g. `gem uninstall puppet.`. Just to clarify, the directory you pointed out isn't the gem dir, it's the Mavericks system ruby site dir. As you discovered, OSX, the path /usr/lib/ruby/site_ruby is actually a symlink to the

[Puppet Users] puppet post install launchd osx

2014-02-10 Thread Rudy McComb
I'm having a an issue with running puppet as launchd. I'm using this http://docs.puppetlabs.com/guides/files/com.puppetlabs.puppet.plist and on some macs it will run and start at reboot and on others it doesnt. According to the logs puppet is exiting with a code of 1. What can i due to ensure

Re: [Puppet Users] puppet post install launchd osx

2014-02-10 Thread Moses Mendoza
On Mon, Feb 10, 2014 at 10:55 AM, Rudy McComb valent...@thnkbig.com wrote: I'm having a an issue with running puppet as launchd. I'm using this http://docs.puppetlabs.com/guides/files/com.puppetlabs.puppet.plist and on some macs it will run and start at reboot and on others it doesnt.

Re: [Puppet Users] puppet post install launchd osx

2014-02-10 Thread Rudy McComb
Hi Moses, I'm on Puppet 3.4.2, Facter 1.7.4, Mavericks 10.9.1 and installed with the dmg. I also keep puppet updated using gem update puppet. ill install puppet and facter with the dmg and then gem install puppet so that it creates the nec users groups etc for puppet. I have updated the