aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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 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"),
}
}