class nodo::subsystem::network::wicd ( $ensure = 'installed', ) { package { [ 'wicd', 'wicd-curses', #'wicd-gtk', ]: ensure => $ensure, } }