aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp2
-rw-r--r--modules/puppet/manifests/thin.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index 40b94f04..e795cf80 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -17,7 +17,7 @@ class buildsystem::mainnode {
ssh::auth::server { [$sched_login, $build_login]: }
$mirror_root = '/distrib/mirror'
- apache::vhost_other_app { "repository.$::domain":
+ apache::vhost::other_app { "repository.$::domain":
vhost_file => 'buildsystem/vhost_repository.conf',
}
diff --git a/modules/puppet/manifests/thin.pp b/modules/puppet/manifests/thin.pp
index e885dd7f..0c6259e4 100644
--- a/modules/puppet/manifests/thin.pp
+++ b/modules/puppet/manifests/thin.pp
@@ -4,7 +4,7 @@ class puppet::thin {
include apache::mod::ssl
include apache::mod::proxy
- apache::vhost_other_app { 'puppet_proxy':
+ apache::vhost::other_app { 'puppet_proxy':
vhost_file => 'puppet/apache_proxy_vhost.conf',
}