summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-11-05 16:05:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-11-05 16:05:09 -0200
commit6f720b97aa1ada7011a6883686d495c229c5cb08 (patch)
treefaf8676499d8a78536e9e953f44f69b82efdb65a /manifests
parent91fe806a05f6add611459c0be755cfcf50ea1d90 (diff)
downloadpuppet-apache-6f720b97aa1ada7011a6883686d495c229c5cb08.tar.gz
puppet-apache-6f720b97aa1ada7011a6883686d495c229c5cb08.tar.bz2
Using server_alias instead of alias
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 3c5caf8..37cd242 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -60,7 +60,7 @@ class apache {
# TODO: ensure folders exist with right modes and ownership
define website($ensure = present, $docroot = false, $redirect = false,
- $protocol = 'http', $alias = false, $use = false) {
+ $protocol = 'http', $server_alias = false, $use = false) {
file { "/etc/apache2/sites-available/$title":
ensure => $ensure,
content => template('apache/website.erb'),