/[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 1167 by misc, Tue Feb 22 01:04:18 2011 UTC revision 1168 by misc, Tue Feb 22 01:04:19 2011 UTC
# Line 72  class phpbb { Line 72  class phpbb {
72              require => File["$forums_dir"]              require => File["$forums_dir"]
73          }          }
74    
75            # TODO manage the permission of the various subdirectories
76            $writable_dir = ['cache']
77            file { "$forums_dir/$lang/phpBB/$writable_dir":
78                ensure => directory,
79                owner => apache,
80                group => root,
81                mode => 755,
82                require => Exec["git_clone $lang"],
83            }
84    
85          file { "$forums_dir/$lang/phpBB/config.php":          file { "$forums_dir/$lang/phpBB/config.php":
86              ensure => present,              ensure => present,
87              owner => root,              owner => root,

Legend:
Removed from v.1167  
changed lines
  Added in v.1168

  ViewVC Help
Powered by ViewVC 1.1.30