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 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'), |