From 6f720b97aa1ada7011a6883686d495c229c5cb08 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 Nov 2009 16:05:09 -0200 Subject: Using server_alias instead of alias --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'), -- cgit v1.2.3