From d934a26cfaf7b2ffeb7276ed26049c186894a87b Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 9 Jul 2013 11:27:53 -0400 Subject: Rename parameters, remove outdated documentation, and adds inherit to ntp on the child classes. --- 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 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, -- cgit v1.2.3