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

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

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

revision 1153 by misc, Mon Feb 21 15:14:54 2011 UTC revision 1154 by misc, Mon Feb 21 15:14:56 2011 UTC
# Line 64  class phpbb { Line 64  class phpbb {
64    
65          exec { "git clone git://git.$domain/forum/ $lang":          exec { "git clone git://git.$domain/forum/ $lang":
66              cwd => $forums_dir,              cwd => $forums_dir,
67              creates => "$forums_dir/$lang",                creates => "$forums_dir/$lang",
68                require => File["$forums_dir"]
69          }          }
70    
71          file { "$forums_dir/$lang/phpBB/config.php":          file { "$forums_dir/$lang/phpBB/config.php":

Legend:
Removed from v.1153  
changed lines
  Added in v.1154

  ViewVC Help
Powered by ViewVC 1.1.30