/[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 869 by boklm, Thu Jan 20 21:23:11 2011 UTC revision 885 by blino, Sun Jan 23 23:47:09 2011 UTC
# Line 117  class buildsystem { Line 117  class buildsystem {
117              mode => 1775,              mode => 1775,
118              require => File["$sched_home_dir/repsys"],              require => File["$sched_home_dir/repsys"],
119          }          }
120    
121            file { "$sched_home_dir/uploads":
122                ensure => "directory",
123                owner  => $sched_login,
124                require => File[$sched_home_dir],
125            }
126      }      }
127    
128      class youri_submit {      class youri_submit {

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

  ViewVC Help
Powered by ViewVC 1.1.30