diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:47:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:47:09 -0200 |
commit | 5e27a4787899d628df1216874e45f64acd82bc11 (patch) | |
tree | dff52cc08e3abc55a623ce8f824f3d84d0fcf58e /manifests/init.pp | |
parent | ef1c6d2bacc3af2577c8dd4a85a78758e877eb7b (diff) | |
download | puppet-nodo-5e27a4787899d628df1216874e45f64acd82bc11.tar.gz puppet-nodo-5e27a4787899d628df1216874e45f64acd82bc11.tar.bz2 |
Testing why ntp_timezone is not being set (4)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0ac368e..e3fd1d5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -415,8 +415,3 @@ class nodo::backup { # Class for backup hosting nodes include nodo::vserver } - -class nodo::test { - # Class for test nodes - include nodo::web -} |