summaryrefslogtreecommitdiff
path: root/manifests/disabled.pp
blob: 8c82b6bfc9c93af2120504edbf8138c4c9507df0 (plain)
1
2
3
4
5
class exim::disabled inherits exim {
  Service['exim4'] { 
    ensure  => stopped,
  }
}