diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:31:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:31:46 -0200 |
commit | 90b739c13ac4abe36fdf0082dc84f94a7920c97c (patch) | |
tree | db06ffb2f8c18c25d6d5b7eeb84b10e9e85bab79 /manifests | |
parent | 5e3cff512e54ee98ca9e32d599a26730d352fc97 (diff) | |
download | puppet-nodo-90b739c13ac4abe36fdf0082dc84f94a7920c97c.tar.gz puppet-nodo-90b739c13ac4abe36fdf0082dc84f94a7920c97c.tar.bz2 |
Testing why ntp_timezone is not being set (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 182536e..7229f15 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -410,11 +410,3 @@ class nodo::master { class nodo::proxy inherits nodo::vserver { include nginx } - -class nodo::backup inherits nodo::vserver { - # Class for backup hosting nodes -} - -class nodo::test inherits nodo::web { - # Class for test nodes -} |