summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
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,