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