summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-09 11:27:53 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-09 12:22:11 -0400
commitd934a26cfaf7b2ffeb7276ed26049c186894a87b (patch)
tree6796bfec533665de9c6c9206edccc2ed3ede6d0b /manifests/config.pp
parent0d87be43451920f3bdea2037f79504d61047f405 (diff)
Rename parameters, remove outdated documentation, and adds inherit to
ntp on the child classes.
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 3295548..80368f0 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -3,7 +3,7 @@ class ntp::config(
$config_template = $ntp::config_template,
$restrict = $ntp::restrict,
$servers = $ntp::servers,
-) {
+) inherits ntp {
file { $config:
ensure => file,