From 72f61db98bf1ad3663ffdb6c2b5bad196eba2054 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 13 Aug 2015 10:41:06 -0300 Subject: Switch to parametrized classes --- manifests/bootstrap/host.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/bootstrap/host.pp') diff --git a/manifests/bootstrap/host.pp b/manifests/bootstrap/host.pp index c403eea..5f9c23a 100644 --- a/manifests/bootstrap/host.pp +++ b/manifests/bootstrap/host.pp @@ -5,7 +5,9 @@ # # The server role -include nodo::role::server +class { 'nodo: + role => 'server', +} # Creates vserver for administrative node nodo::vserver::instance { "$hostname-master": -- cgit v1.2.3