/[adm]/puppet/modules/buildsystem/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/buildsystem/manifests/init.pp

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

revision 412 by misc, Tue Nov 23 01:14:05 2010 UTC revision 423 by blino, Tue Nov 23 19:44:01 2010 UTC
# Line 75  class buildsystem { Line 75  class buildsystem {
75    
76          file { $homedir:          file { $homedir:
77              ensure => "directory",              ensure => "directory",
78                require => User[$title],
79          }          }
80    
81          file { "$homedir/.ssh":          file { "$homedir/.ssh":
# Line 82  class buildsystem { Line 83  class buildsystem {
83              mode   => 600,              mode   => 600,
84              owner  => $title,              owner  => $title,
85              group  => $title,              group  => $title,
86                require => File[$homedir],
87          }          }
88      }      }
89    

Legend:
Removed from v.412  
changed lines
  Added in v.423

  ViewVC Help
Powered by ViewVC 1.1.30