/[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 382 by blino, Mon Nov 22 07:23:36 2010 UTC revision 383 by blino, Mon Nov 22 07:29:23 2010 UTC
# Line 50  class buildsystem { Line 50  class buildsystem {
50              shell => "/bin/bash",              shell => "/bin/bash",
51          }          }
52    
53            file { $build_home_dir:
54                ensure => "directory",
55            }
56    
57          file { "$build_home_dir/.ssh":          file { "$build_home_dir/.ssh":
58              ensure => "directory",              ensure => "directory",
59              mode   => 600,              mode   => 600,

Legend:
Removed from v.382  
changed lines
  Added in v.383

  ViewVC Help
Powered by ViewVC 1.1.30