aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/monkeysphere.pp
blob: 8da90b976cc8f0ff29f195cacfa716d38e3eb800 (plain)
1
2
3
4
5
6
7
8
9
10
11
class nodo::utils::monkeysphere {
  # Monkeysphere
  package { [
    'xul-ext-monkeysphere',
    'xul-ext-noscript',
    'xul-ext-firebug',
    'msva-perl',
  ]:
    ensure => installed,
  }
}