diff options
Diffstat (limited to 'modules/planet/manifests')
-rw-r--r-- | modules/planet/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index b737b66f..e89c12cf 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -35,8 +35,8 @@ class planet { } file { "index": - path => "/var/www/html/planet.$location/index.php", - ensure => present, + path => "/var/www/html/$planet_location/index.php", + ensure => present owner => planet, group => apache, mode => 755, |