diff --git a/manifests/init.pp b/manifests/init.pp index 24f8236..a5c0acb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -93,7 +93,7 @@ class ptgbot( file { '/var/lib/ptgbot/www/ptg.html': ensure => present, group => 'ptgbot', - mode => '0440', + mode => '0444', owner => 'root', replace => true, require => [File['/var/lib/ptgbot/www'], @@ -105,7 +105,7 @@ class ptgbot( file { '/var/lib/ptgbot/www/ptg.js': ensure => present, group => 'ptgbot', - mode => '0440', + mode => '0444', owner => 'root', replace => true, require => [File['/var/lib/ptgbot/www'],