class nodo::utils::network::minimal inherits nodo::utils::http {
  include nodo::utils::network::irssi
  include nodo::utils::network::torrent

  package { [ 'unison', 'httrack', 'zsync' ]:
    ensure => installed,
  }

  # For backwards compatibility
  # See addversionno unison config parameter
  package { 'unison2.32.52':
    ensure => $::lsbdistcodename ? {
      'wheezy' => present,
      default  => absent,
    }
  }
}