From: Silvio Rhatto Date: Sun, 7 Feb 2010 19:05:52 +0000 (-0200) Subject: Adding nodo::backup and nodo::test X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9eda5332167ffb2f511ce7f88cd5b08f100a62ad;p=puppet-nodo.git Adding nodo::backup and nodo::test --- diff --git a/manifests/init.pp b/manifests/init.pp index c9e7130..182536e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -370,10 +370,6 @@ class nodo::web inherits nodo::vserver { } } -class nodo::proxy inherits nodo::vserver { - include nginx -} - class nodo::master { # Puppetmaster should be included before nodo::vserver include puppetmasterd @@ -410,3 +406,15 @@ class nodo::master { ensure => present, } } + +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 +}