From ef1c6d2bacc3af2577c8dd4a85a78758e877eb7b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Feb 2010 19:41:30 -0200 Subject: Testing why ntp_timezone is not being set (3) --- manifests/init.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manifests/init.pp') 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 +} -- cgit v1.2.3