From 5fd66d38ed79bb42c64ff68f26a43e71207476ef Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 9 Jul 2013 16:59:43 -0400 Subject: Add panic as a new parameter in case people want to allow clock skews. --- manifests/config.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/config.pp') diff --git a/manifests/config.pp b/manifests/config.pp index 80368f0..b34ef4f 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -1,6 +1,7 @@ class ntp::config( $config = $ntp::config, $config_template = $ntp::config_template, + $panic = $ntp::panic, $restrict = $ntp::restrict, $servers = $ntp::servers, ) inherits ntp { -- cgit v1.2.3