diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b944e07..73852f1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -78,7 +78,7 @@ class apache { $protocol = 'http', $server_alias = false, $use = false) { file { "${apache2_sites}-available/$title": ensure => $ensure, - content => template('apache/website.erb'), + content => template('apache/site.erb'), owner => root, group => root, mode => 0644, |