Puppet Class: unbound::service

Defined in:
manifests/service.pp

Overview

Class: unbound::service



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

class unbound::service {
  assert_private()

  service { $::unbound::service_name:
    ensure => $::unbound::service_ensure,
    enable => $::unbound::service_enable,
  }
}