summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4d02b40..af8736d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -91,7 +91,7 @@ class apache {
false: {
file { "${apache2_sites}-available/$title":
ensure => $ensure,
- source => $source,
+ content => template('apache/site.erb'),
owner => root,
group => root,
mode => 0644,
@@ -102,7 +102,7 @@ class apache {
default: {
file { "${apache2_sites}-available/$title":
ensure => $ensure,
- content => template('apache/site.erb'),
+ source => $source,
owner => root,
group => root,
mode => 0644,