Re: [Puppet Users] Mounting Swap

2011-11-05 Thread Jens Braeuer
Hi, this is how I enable/disable swap. I tested it on RHEL5 and RHEL6, but it should work on all linuxes I guess. swap { swap: } swap { swap: ensure = absent } define swap($ensure = present) { if $ensure == present { exec { swap-on: command = swapon -a, unless = grep

[Puppet Users] Re: ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available

2011-11-05 Thread Stefan Heijmans
On 4 nov, 23:06, Matthaus Litteken matth...@puppetlabs.com wrote: -- Fix #10270 dashboard-workers init script should check the right pid files puppet-dashboard/ext/packaging/redhat/puppet-dashboard-workers.init uses DASHBOARD_ROOT this is not set in puppet-dashboard/ext/packaging/redhat/puppet-

Re: [Puppet Users] can we alter the 30-min run time?

2011-11-05 Thread Nigel Kersten
On Thu, Nov 3, 2011 at 12:41 PM, Jo Rhett jrh...@netconsonance.com wrote: Nigel, As you've said, the time chosen for the run cycle will be consistent. All of these settings are already set -- this isn't a question of how to change how often to run, it's how to affect the chosen runtime?

[Puppet Users] Overriding/changing default definitions on a child node

2011-11-05 Thread tormsl
Hi all, Now, I know this question has probably been answered before, but could you please answer it again? I have this setup where I want to build a list of allowed login groups for PAM based on their place in the node inheritance chain. I have created a class which takes an array as a parameter