summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:08:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:08:52 -0200
commit3ecf3867716f95c3a1f6e67b3527045565656b1d (patch)
treec51fbfd2ba8029650792d69d2fa3166a60441bb8 /manifests/site.pp
parent2c16c4788cc352a79c548fd9164d65264ae55d22 (diff)
downloadpuppet-apache-3ecf3867716f95c3a1f6e67b3527045565656b1d.tar.gz
puppet-apache-3ecf3867716f95c3a1f6e67b3527045565656b1d.tar.bz2
Using site_apache
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index d5046da..f10f146 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -111,8 +111,8 @@ define apache::site($ensure = present, $docroot = false, $redirect = false,
true: {
file { "${apache::sites}-available/$vhost":
ensure => $ensure,
- source => [ "puppet:///modules/site-apache/vhosts/$domain/$title",
- "puppet:///modules/site-apache/vhosts/$title" ],
+ source => [ "puppet:///modules/site_apache/vhosts/$domain/$title",
+ "puppet:///modules/site_apache/vhosts/$title" ],
owner => root,
group => root,
mode => 0644,