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/plug.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/plug.pp') diff --git a/manifests/plug.pp b/manifests/plug.pp index f5992fc..08bb4c9 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -1,5 +1,4 @@ class nodo::plug inherits nodo { - include ntpdate include syslog-ng include utils::plug include sysctl @@ -7,7 +6,7 @@ class nodo::plug inherits nodo { monkeysphere_host { "${::hostname}": } - class { 'firewall': } + class { [ 'ntpdate', 'firewall' ]: } backupninja::sys { "sys": ensure => present, -- cgit v1.2.3