summaryrefslogtreecommitdiff
path: root/manifests/client/centos.pp
blob: 2a9315ac0f3eac8c2fcd789ba4bc3d2a6fe322fe (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::ekeyd_host}\n",
    notify => Service['egd-linux'],
    owner => root, group => 0, mode => 0644;
  }
}