summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-05 18:19:12 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-05 18:53:54 -0400
commitdc0efbfacf6f7135e0437495e6f69f971da6285d (patch)
tree493c610aceedf8f466bc6f3e49943b2100103a6d /manifests/config.pp
parent735984e75e7a510559659f1f477c60ba2c881d9a (diff)
Ensure that users can pass in templates from outside of the ntp module.
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
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),
}
}