summaryrefslogtreecommitdiff
path: root/puppet/modules/nagios/manifests/service/ntp.pp
blob: b3cde2ab66e6d0bd65c041d9cb4f6a34634b5d3b (plain)
1
2
3
4
5
6
7
8
9
# manifests/service/ntp.pp

class nagios::service::ntp {
  nagios::service{ "check_ntp":
    check_command => "check_ntp_time",
    host_name => $::fqdn,
  }
}