From 9eda5332167ffb2f511ce7f88cd5b08f100a62ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Feb 2010 17:05:52 -0200 Subject: Adding nodo::backup and nodo::test --- manifests/init.pp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'manifests/init.pp') 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 +} -- cgit v1.2.3