aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/wicd.pp
blob: 065d5bb809e41c00c74eae368314507739a0c91f (plain)
1
2
3
4
5
6
7
8
9
class nodo::utils::network::wicd {
  package { [
    'wicd',
    'wicd-curses',
    #'wicd-gtk',
  ]:
    ensure => installed,
  }
}