From dc0efbfacf6f7135e0437495e6f69f971da6285d Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Fri, 5 Jul 2013 18:19:12 -0400 Subject: Ensure that users can pass in templates from outside of the ntp module. --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/config.pp') diff --git a/manifests/config.pp b/manifests/config.pp index 30a46aa..3295548 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -10,7 +10,7 @@ class ntp::config( owner => 0, group => 0, mode => '0644', - content => template("ntp/${config_template}"), + content => template($config_template), } } -- cgit v1.2.3