Puppet Class: lsys::systemd
- Defined in:
- manifests/systemd.pp
Summary
Provides Exec resource to reload systemdOverview
lsys::systemd
systemd reload command
9 10 11 |
# File 'manifests/systemd.pp', line 9
class lsys::systemd {
contain bsys::systemctl::daemon_reload
}
|