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 001497d4..1b3770d2 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -76,7 +76,7 @@ class youri-check { vhost => $base::vhost, use_ssl => true, location => $outdir, - content => template((youri-check/vhost_check.conf'), + content => template('youri-check/vhost_check.conf'), } } |