/[adm]/puppet/manifests/defaults.pp
ViewVC logotype

Diff of /puppet/manifests/defaults.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2133 by misc, Sat Jan 7 22:17:48 2012 UTC revision 2134 by misc, Sat Jan 7 22:17:50 2012 UTC
# Line 1  Line 1 
1  # to not repeat the setting everywhere  # to not repeat the settings everywhere
2  Exec { path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/" }  Exec {
3        path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/",
4    }
5    
6    Package {
7        ensure => "present",
8    }
9    
10    File {
11        ensure => "present",
12        owner => root,
13        group => root,
14    }
15    

Legend:
Removed from v.2133  
changed lines
  Added in v.2134

  ViewVC Help
Powered by ViewVC 1.1.30