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 => "gr
On 4 nov, 23:06, Matthaus Litteken 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-
dashboard.sysconfig, th
On Thu, Nov 3, 2011 at 12:41 PM, Jo Rhett 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?
>
> I've got an awful lot o
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