summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-11-06 10:41:22 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-11-06 10:41:22 -0200
commit64c992ab50814e97c745e789375fc259f3a64692 (patch)
tree4383b50bcab190d34e510a3acd5140d06d46f4c0 /manifests
parent0f3ab0745d5b6564aa86d576b958001efc6fc67e (diff)
downloadpuppet-apache-64c992ab50814e97c745e789375fc259f3a64692.tar.gz
puppet-apache-64c992ab50814e97c745e789375fc259f3a64692.tar.bz2
Using 'site' instead of 'website'
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 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,