/[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 2155 by misc, Sun Jan 8 12:51:23 2012 UTC revision 2199 by misc, Sun Jan 8 20:24:58 2012 UTC
# Line 16  File { Line 16  File {
16      mode => 644,      mode => 644,
17  }  }
18    
19    Group {
20        ensure => present,
21    }
22    
23    User {
24        ensure => present,
25        managehome => true,
26        shell => "/bin/bash",
27    }
28    
29  define local_script($content,  define local_script($content,
30                      $owner = "root",                      $owner = "root",
31                      $group = 'root',                      $group = 'root',

Legend:
Removed from v.2155  
changed lines
  Added in v.2199

  ViewVC Help
Powered by ViewVC 1.1.30