blob: 7c019cc6b205453ec2b9b5a549dd1a58b96677d6 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | class nodo::utils::network::xmpp {
  package { [
    'pidgin',
    'pidgin-encryption',
    'pidgin-openpgp',
    'pidgin-otr',
    'pidgin-privacy-please',
    'pidgin-plugin-pack',
  ]:
    ensure => absent,
  }
}
 |