From 611e45deeeef7afac139f1e4c71400df8c2154d2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 22:39:55 -0200 Subject: Updating ntp declarations --- manifests/host.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests/host.pp') diff --git a/manifests/host.pp b/manifests/host.pp index 42e739d..88e9005 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -27,9 +27,10 @@ class nodo::host inherits nodo { } # Time configuration + $ntpdate = hiera('nodo::host::ntpdate', True) case $ntpdate { - false: { include timezone } - default: { include ntpdate } + false: { class { 'timezone': } } + default: { class { 'ntpdate': } } } backupninja::sys { "sys": -- cgit v1.2.3