diff options
author | Olivier Blin <dev@blino.org> | 2016-10-05 23:44:06 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-10-05 23:44:06 +0200 |
commit | f191d600615dbecf1a9b2016b2c0c7d7d1794ea9 (patch) | |
tree | 9d711493e4e1035792007ed559c0291f2ff926c7 /modules | |
parent | eda8a9ae9af5540a33e3a7885e9fec1b33654cd5 (diff) | |
download | puppet-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')
-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'), } } |