From: Silvio Rhatto Date: Sun, 7 Feb 2010 22:11:09 +0000 (-0200) Subject: Testing why ntp_timezone is not being set (7) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3fa73e4b893eadb97af1797b2780106e1b45de36;p=puppet-nodo.git Testing why ntp_timezone is not being set (7) --- diff --git a/manifests/init.pp b/manifests/init.pp index 36b96e6..2586b02 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,6 +411,10 @@ class nodo::proxy inherits nodo::vserver { include nginx } +class nodo::storage inherits nodo::vserver { + # Class for backup nodes +} + class nodo::test inherits nodo::web { # Class for test nodes }