summaryrefslogtreecommitdiff
path: root/manifests/host/centos.pp
blob: d989d554b2b606a795685e79db69229851222e63 (plain)
1
2
3
4
5
6
class ekeyd::host::centos inherits ekeyd::host::base {
  file{'/etc/sysconfig/egd-linux':
    ensure => 'absent',
    notify => Service['egd-linux'],
  }
}