aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/planet/manifests/init.pp')
-rw-r--r--modules/planet/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index e89c12cf..165fffe5 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -35,7 +35,7 @@ class planet {
}
file { "index":
- path => "/var/www/html/$planet_location/index.php",
+ path => "$planet_location/index.php",
ensure => present
owner => planet,
group => apache,