diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:21:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 19:21:46 -0200 |
commit | 05d693e46ceb637e2e9ac8f70a905bc018905d94 (patch) | |
tree | 2f52a42813d5feba3ad4983029d0190d8b65fa0d /manifests/init.pp | |
parent | cc198fe5a065adb598259d7e794a8dedd7a26b9b (diff) | |
download | puppet-nodo-05d693e46ceb637e2e9ac8f70a905bc018905d94.tar.gz puppet-nodo-05d693e46ceb637e2e9ac8f70a905bc018905d94.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7229f15..182536e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -410,3 +410,11 @@ 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 +} |