Puppet Class: tripleo::stunnel::systemd_unit
- Defined in:
- manifests/stunnel/systemd_unit.pp
Overview
Class: tripleo::stunnel::systemd_unit
Configures the systemd unit for stunnel
20 21 22 23 24 |
# File 'manifests/stunnel/systemd_unit.pp', line 20
class tripleo::stunnel::systemd_unit {
systemd::unit_file {'stunnel.service':
source => 'puppet:///modules/tripleo/stunnel.service'
}
}
|