Displaying 1 result from an estimated 1 matches for "sysctlp".
Did you mean:
  sysctl
  
2007 Jan 25
3
overriding file in a class
...etc/sysctl.conf'':
                 source  =>      "puppet://$puppetserver/system/sysctl.conf",
                 ensure  =>      file,
                 mode    =>      ''600'',
                 owner   =>      root
         }
         exec { ''sysctlp'':
                 command         =>      ''sysctl -p'',
                 refreshonly     =>      true,
                 subscribe       =>      File[''/etc/sysctl.conf'']
         }
}
i use puppetversion => 0.22.0  on client & server
-...