/[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 885 by blino, Sun Jan 23 23:47:09 2011 UTC revision 886 by misc, Mon Jan 24 01:32:06 2011 UTC
# Line 123  class buildsystem { Line 123  class buildsystem {
123              owner  => $sched_login,              owner  => $sched_login,
124              require => File[$sched_home_dir],              require => File[$sched_home_dir],
125          }          }
126    
127            # too tedious to create everything by hand
128            # so I prefered to used some puppet ruby module
129            # the exact content and directory name should IMHO be consolidated somewhere
130            import "create_upload_dir.rb"
131            create_upload_dir { "$sched_home_dir/uploads":
132                owner => $sched_login,
133            }
134      }      }
135    
136      class youri_submit {      class youri_submit {

Legend:
Removed from v.885  
changed lines
  Added in v.886

  ViewVC Help
Powered by ViewVC 1.1.30