diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 20:11:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 20:11:09 -0200 |
commit | 3fa73e4b893eadb97af1797b2780106e1b45de36 (patch) | |
tree | 0a8e30a61757e70186669a8a5a6fae2a2c549e51 /manifests | |
parent | 65102307ac8cbc90ff3d851e7b8ccf797bbd8bff (diff) | |
download | puppet-nodo-3fa73e4b893eadb97af1797b2780106e1b45de36.tar.gz puppet-nodo-3fa73e4b893eadb97af1797b2780106e1b45de36.tar.bz2 |
Testing why ntp_timezone is not being set (7)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 36b96e6..2586b02 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -411,6 +411,10 @@ class nodo::proxy inherits nodo::vserver { include nginx } +class nodo::storage inherits nodo::vserver { + # Class for backup nodes +} + class nodo::test inherits nodo::web { # Class for test nodes } |