/[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 1177 by misc, Tue Feb 22 02:16:16 2011 UTC revision 1181 by misc, Wed Feb 23 12:41:17 2011 UTC
# Line 93  class phpbb { Line 93  class phpbb {
93              onlyif => "test -d $forums_dir/$lang/phpBB/install",              onlyif => "test -d $forums_dir/$lang/phpBB/install",
94          }          }
95    
96          # TODO manage the permission of the various subdirectories          # list found by reading ./install/install_install.php
97          $writable_dir = ['cache']          # end of check_server_requirements ( 2 loops )
98            $writable_dir = ['cache',
99                             'images/avatars/upload',
100                             'files',
101                             'store',
102                            ]
103          file { "$forums_dir/$lang/phpBB/$writable_dir":          file { "$forums_dir/$lang/phpBB/$writable_dir":
104              ensure => directory,              ensure => directory,
105              owner => apache,              owner => apache,

Legend:
Removed from v.1177  
changed lines
  Added in v.1181

  ViewVC Help
Powered by ViewVC 1.1.30