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.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index 24327d66..b737b66f 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -34,6 +34,15 @@ class planet {
mode => 644,
}
+ file { "index":
+ path => "/var/www/html/planet.$location/index.php",
+ ensure => present,
+ owner => planet,
+ group => apache,
+ mode => 755,
+ content => template("planet/index.php")
+ }
+
package { ['php-iconv']:
ensure => installed
}