From: Héctor Orón Martínez Date: Mon, 27 Oct 2014 12:35:48 +0000 (+0100) Subject: roles: drop redundant configuration X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=54af7fae3fbbf1b283a183924adc8596a6e67f50 roles: drop redundant configuration Signed-off-by: Héctor Orón Martínez --- 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, }