From: Silvio Rhatto Date: Sun, 7 Feb 2010 21:53:53 +0000 (-0200) Subject: Testing why ntp_timezone is not being set (5) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=244e8335a756a9a9a1ae0a16e15af3a8e2ac7e17;p=puppet-nodo.git Testing why ntp_timezone is not being set (5) --- diff --git a/manifests/init.pp b/manifests/init.pp index e3fd1d5..d6102cc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,7 +411,7 @@ 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 }