diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 18:58:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 18:58:02 -0200 |
commit | a47ddcd83727f54119db804f2737c164fc56590f (patch) | |
tree | bfb0b7609c4d5fdd09ce152667f32e50b81e894b /manifests/init.pp | |
parent | 4d792436e1d7c1915b4c1e81dbbb26c177fa4786 (diff) | |
download | puppet-nodo-a47ddcd83727f54119db804f2737c164fc56590f.tar.gz puppet-nodo-a47ddcd83727f54119db804f2737c164fc56590f.tar.bz2 |
Testing why ntp_timezone is not being set
Diffstat (limited to 'manifests/init.pp')
-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 ce28c10..0dc8d46 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,11 +411,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 -} |