From: Silvio Rhatto Date: Sun, 7 Feb 2010 20:58:02 +0000 (-0200) Subject: Testing why ntp_timezone is not being set X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a47ddcd83727f54119db804f2737c164fc56590f;p=puppet-nodo.git Testing why ntp_timezone is not being set --- diff --git a/manifests/init.pp b/manifests/init.pp index ce28c10..0dc8d46 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,11 +411,3 @@ class nodo::master { class nodo::proxy inherits nodo::vserver { include nginx } - -class nodo::backup inherits nodo::vserver { - # Class for backup hosting nodes -} - -class nodo::test inherits nodo::web { - # Class for test nodes -}