summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-29 12:44:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-29 12:44:13 -0200
commit28dcb772c9cdde6ae7726ee12881bdc89e6c6050 (patch)
treea66abc6df03544d511b02c7ddb3c648609b5e38f /manifests
parent04a9fdc2934d65640b8c3eec81b8bdef7a615f93 (diff)
downloadpuppet-apache-28dcb772c9cdde6ae7726ee12881bdc89e6c6050.tar.gz
puppet-apache-28dcb772c9cdde6ae7726ee12881bdc89e6c6050.tar.bz2
Using apache/vhosts to store vhost data
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 8a02cc0..9fe06e4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -91,7 +91,7 @@ class apache {
true: {
file { "${apache2_sites}-available/$title":
ensure => $ensure,
- source => "puppet://$server/files/apache/$title",
+ source => "puppet://$server/files/apache/vhosts/$title",
owner => root,
group => root,
mode => 0644,