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.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index e0cbbca0..be35191f 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -17,7 +17,7 @@ class planet {
content => template('planet/planet_vhosts.conf')
}
- mga-common::local_script { 'deploy_new-planet.sh':
+ mga_common::local_script { 'deploy_new-planet.sh':
content => template('planet/deploy_new-planet.sh')
}
@@ -36,7 +36,7 @@ class planet {
ensure => directory,
}
- mga-common::local_script { "backup_planet-files.sh":
+ mga_common::local_script { "backup_planet-files.sh":
content => template("blog/backup_planet-files.sh")
}