Puppet Class: dariahshibboleth::service

Inherits:
dariahshibboleth
Defined in:
manifests/service.pp

Overview

This private class sets up the shibd service.



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

class dariahshibboleth::service inherits dariahshibboleth {

  service { 'shibd':
    ensure     => 'running',
    hasrestart => true,
    hasstatus  => false,
  }

}