class nodo::utils::network::minimal { include nodo::utils::network::irssi include nodo::utils::network::torrent package { 'unison': ensure => installed, } # For backwards compatibility # See addversionno unison config parameter package { 'unison2.32.52': ensure => $::lsbdistcodename ? { 'wheezy' => present, default => absent, } } }