Puppet Class: openntpd::service

Inherits:
openntpd
Defined in:
manifests/service.pp

Overview

Class: openntpd::service



3
4
5
6
7
8
9
10
# File 'manifests/service.pp', line 3

class openntpd::service inherits openntpd {
  if $openntpd::service_manage {
    service { 'openntpd':
      name   => $openntpd::service_name,
      ensure => $openntpd::service_ensure,
    }
  }
}