summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp23
1 files changed, 12 insertions, 11 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 9e91cce..ef037fc 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -1,16 +1,17 @@
class ntp::params {
- $autoupdate = false
- $config_template = 'ntp/ntp.conf.erb'
- $keys_enable = false
- $keys_controlkey = ''
- $keys_requestkey = ''
- $keys_trusted = []
- $package_ensure = 'present'
- $restrict = true
- $service_enable = true
- $service_ensure = 'running'
- $service_manage = true
+ $autoupdate = false
+ $config_template = 'ntp/ntp.conf.erb'
+ $keys_enable = false
+ $keys_controlkey = ''
+ $keys_requestkey = ''
+ $keys_trusted = []
+ $package_ensure = 'present'
+ $preferred_servers = []
+ $restrict = true
+ $service_enable = true
+ $service_ensure = 'running'
+ $service_manage = true
# On virtual machines allow large clock skews.
$panic = str2bool($::is_virtual) ? {