From 54af7fae3fbbf1b283a183924adc8596a6e67f50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Mon, 27 Oct 2014 13:35:48 +0100 Subject: [PATCH] roles: drop redundant configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- modules/roles/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 063a748e..5ec93d16 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -30,12 +30,10 @@ class roles { # XXX: turn this into a real role if getfromhash($site::nodeinfo, 'porterbox') { - include porterbox class {'porterbox': ensure => present, } } else { - include porterbox class {'porterbox': ensure => absent, } -- 2.39.2