aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-25 13:22:08 +0000
committerMichael Scherer <misc@mageia.org>2012-03-25 13:22:08 +0000
commit843b41c9e4dd7e1532ad3717e0bd32b9ad797889 (patch)
treee1479ca6aaf75a812ec6942957db82bb4ac3733e /deployment/websites
parent2f8b0454ea819d00579bb4b1b26de0b3bd5da7ef (diff)
downloadpuppet-843b41c9e4dd7e1532ad3717e0bd32b9ad797889.tar
puppet-843b41c9e4dd7e1532ad3717e0bd32b9ad797889.tar.gz
puppet-843b41c9e4dd7e1532ad3717e0bd32b9ad797889.tar.bz2
puppet-843b41c9e4dd7e1532ad3717e0bd32b9ad797889.tar.xz
puppet-843b41c9e4dd7e1532ad3717e0bd32b9ad797889.zip
fix module invaocation after split
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/static.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/static.pp b/deployment/websites/manifests/static.pp
index 41b4f332..749f72b0 100644
--- a/deployment/websites/manifests/static.pp
+++ b/deployment/websites/manifests/static.pp
@@ -2,7 +2,7 @@ class websites::static {
include websites::base
$vhostdir = "$websites::base::webdatadir/static.$::domain"
- apache::vhost_other_app { "static.$::domain":
+ apache::vhost::other_app { "static.$::domain":
vhost_file => 'websites/vhost_static.conf',
}