Re: [Puppet Users] Managing the same file from multiple modules/classes/manifests

2010-09-01 Thread Kit Stube
You wouldn't by any chance be able to share those DISA SRR manifests to others would you?I've got to do the same thing here at work and it could be a good starting point. On Thu, Dec 17, 2009 at 8:21 PM, David Pheasant wrote: > Hey everyone, > > I accidentally sent an earlier (unfinished)

[Puppet Users] help adding line to /etc/inittab

2010-09-02 Thread Kit Stube
geas[inittab](provider=augeas): sending command 'set' with params ["/files/etc/inittab/~/process", "/sbin/sulogin"] debug: Augeas[inittab](provider=augeas): Closed the augeas connection err: //ia/Augeas[inittab]/returns: change from need_to_run to 0 failed: Save fail

Re: [Puppet Users] help adding line to /etc/inittab

2010-09-13 Thread Kit Stube
Sep 3, 2010 at 7:44 AM, Rob McBroom wrote: > On Sep 2, 2010, at 5:47 PM, Kit Stube wrote: > > changes => [ > "set ~ /~", > "set ~/runlevels S", >