diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/php/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/manifests/init.pp b/modules/php/manifests/init.pp index 3d8b00fd..777e978f 100644 --- a/modules/php/manifests/init.pp +++ b/modules/php/manifests/init.pp @@ -11,7 +11,7 @@ class php { ensure => present, owner => root, group => root, - mode => 755, + mode => 644, require => Package['php-ini'], content => template('php/php.ini'), } |