aboutsummaryrefslogtreecommitdiff
path: root/manifests/jabber.pp
blob: 5655ec4994d1ea1cbcd194796dbbedb0a33de0ab (plain)
1
2
3
4
5
6
7
8
class nodo::jabber inherits nodo::vserver {
  include ssl
  include ejabberd

  ssl::cert { "cert":
    notify => Service['ejabberd'],
  }
}