diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index 5cb03401..095aaae4 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -32,7 +32,7 @@ class youri-check { } } - class website { + class website($vhost="$vhost", $location="$location") { file { "$location": ensure => directory, owner => apache, |