summaryrefslogtreecommitdiff
path: root/manifests/service/ntp.pp
blob: eca255a6c10c437c3878a83fd422f108901dd0d5 (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,
    }
}