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/nodo.pp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 67d8f7c..edce74c 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -44,15 +44,6 @@ class nodo { # Does not work well inside vservers class { 'runit': ensure => absent } - # Set timezone and ntp config - # - # We config those here but leave class inclusion elsewhere - # as ntp config differ from server to vserver. - # - $ntp_timezone = "Brazil/East" - $ntp_pool = "south-america.pool.ntp.org" - $ntp_servers = [ 'a.ntp.br', 'b.ntp.br', 'c.ntp.br' ] - # Email delivery configuration case hiera('nodo::mail_delivery', 'exim') { 'tunnel': { -- cgit v1.2.3