summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-14 14:25:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-14 14:25:37 -0300
commit8445b43bbb777e670edb91d0f6b0627ce0b59820 (patch)
tree5678b3644d6c4858e07155f0e6d058fe431d67a6 /manifests
parentdcda751dde3b159a3b02247bf30a89b9a579abeb (diff)
downloadpuppet-apache-8445b43bbb777e670edb91d0f6b0627ce0b59820.tar.gz
puppet-apache-8445b43bbb777e670edb91d0f6b0627ce0b59820.tar.bz2
Switching to site-module convention
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f8846cb..71f5f7c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -183,7 +183,7 @@ class apache {
true: {
file { "${apache2_sites}-available/$vhost":
ensure => $ensure,
- source => "puppet://$server/files/apache/vhosts/$title",
+ source => "puppet:///modules/site-apache/vhosts/$title",
owner => root,
group => root,
mode => 0644,