aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2016-10-05 23:44:06 +0200
committerOlivier Blin <dev@blino.org>2016-10-05 23:44:06 +0200
commitf191d600615dbecf1a9b2016b2c0c7d7d1794ea9 (patch)
tree9d711493e4e1035792007ed559c0291f2ff926c7 /modules/youri-check/manifests
parenteda8a9ae9af5540a33e3a7885e9fec1b33654cd5 (diff)
downloadpuppet-f191d600615dbecf1a9b2016b2c0c7d7d1794ea9.tar
puppet-f191d600615dbecf1a9b2016b2c0c7d7d1794ea9.tar.gz
puppet-f191d600615dbecf1a9b2016b2c0c7d7d1794ea9.tar.bz2
puppet-f191d600615dbecf1a9b2016b2c0c7d7d1794ea9.tar.xz
puppet-f191d600615dbecf1a9b2016b2c0c7d7d1794ea9.zip
Fix typo in previous youri-check commit
Diffstat (limited to 'modules/youri-check/manifests')
-rw-r--r--modules/youri-check/manifests/init.pp2
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'),
}
}