diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-11-06 10:41:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-11-06 10:41:22 -0200 |
commit | 64c992ab50814e97c745e789375fc259f3a64692 (patch) | |
tree | 4383b50bcab190d34e510a3acd5140d06d46f4c0 /manifests | |
parent | 0f3ab0745d5b6564aa86d576b958001efc6fc67e (diff) | |
download | puppet-apache-64c992ab50814e97c745e789375fc259f3a64692.tar.gz puppet-apache-64c992ab50814e97c745e789375fc259f3a64692.tar.bz2 |
Using 'site' instead of 'website'
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 a118e2e..5fff3df 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,7 @@ class apache { } # TODO: ensure folders exist with right modes and ownership - define website($ensure = present, $docroot = false, $redirect = false, + define site($ensure = present, $docroot = false, $redirect = false, $protocol = 'http', $server_alias = false, $use = false) { file { "${apache2_sites}-available/$title": ensure => $ensure, |