Displaying 1 result from an estimated 1 matches for "ehdebian".
Did you mean:
  ehdebain
  
2007 Jan 25
3
overriding file in a class
...e is that at each run i got, i start in state when i see the overriden one on the server:
1st run, i have the basic sysctl.conf not the ovveriden one
2nd run i got the overriden one
3rd run i got the basic one
and so on..
  the sysctl.conf is on my linux classe, my debian class inherit linux, my ehdebian class inherits debian and override 
the debian classe /etc/sysctl.conf file. a i doing something wrong ?
class  ehdebain inherits debian {
         File[''/etc/sysctl.conf''] {
                 content =>      template("/var/puppet/templates/sysctl2.conf"),...