diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-25 13:22:08 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-25 13:22:08 +0000 |
commit | 843b41c9e4dd7e1532ad3717e0bd32b9ad797889 (patch) | |
tree | e1479ca6aaf75a812ec6942957db82bb4ac3733e /modules | |
parent | 2f8b0454ea819d00579bb4b1b26de0b3bd5da7ef (diff) | |
download | puppet-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 'modules')
-rw-r--r-- | modules/buildsystem/manifests/mainnode.pp | 2 | ||||
-rw-r--r-- | modules/puppet/manifests/thin.pp | 2 |
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', } |