summaryrefslogtreecommitdiff
path: root/manifests/client/centos.pp
blob: b9328bbcd353eaa191f54ca322da87e58e152622 (plain)
1
2
3
4
5
6
7
class ekeyd::client::centos inherits ekeyd::client::base {
  file{'/etc/sysconfig/egd-linux':
    content => "DAEMON_HOST=${ekeyd_host}\n",
    notify => Service['egd-linux'],
    owner => root, group => 0, mode => 0644;
  }
}