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 dd7345e6..89239f69 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -18,6 +18,15 @@ class planet {
content => template('planet/planet_vhosts.conf')
}
+ file { "deploy_new-planet":
+ path => "/usr/local/bin/deploy_new-planet.sh",
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 755,
+ content => template("planet/deploy_new-planet.sh")
+ }
+
file { "/var/www/html/planet.$domain":
ensure => directory,
owner => planet,