diff options
Diffstat (limited to 'modules/youri-check/manifests')
-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 4f147482..dd9a80cf 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -25,6 +25,6 @@ class youri-check { ensure => present, owner => $user, mode => 640, - content => template("youri_check/check.conf"), + content => template("youri-check/check.conf"), } } |