search for: bdferris

Displaying 2 results from an estimated 2 matches for "bdferris".

2009 Sep 29
5
Running puppet as non-root => getting rid of all those ownership warnings
I''m using puppet to manage configs on machines where I don''t have root access. Whenever I use a File resource where the source is a puppet:// resource, I get tons of warnings when I run puppet that look like: Cannot manage ownership unless running as root True enough, I''m not running as root, but I also didn''t specifically mention a "owner"
2010 Feb 24
9
Puppet's call to /sbin/service somehow different than calling from the command line?
Long shot question, but I''m running out of ideas... I''m running puppet-0.25.2 on Fedora boxes to manage a simple Java service started through an /etc/init.d script. I can start, stop, restart, and examine the service status using the standard /sbin/ service command. Works like a champ. The issue is that when I use puppet to start the service, the service fails to run.