Puppet Class: kubeinstall::systemctl::daemon_reload
- Defined in:
- manifests/systemctl/daemon_reload.pp
Summary
Reload the systemctl daemonOverview
5 6 7 8 9 10 11 |
# File 'manifests/systemctl/daemon_reload.pp', line 5
class kubeinstall::systemctl::daemon_reload {
exec { 'systemd-reload-3acb7d7':
command => 'systemctl daemon-reload',
refreshonly => true,
path => $facts['path'],
}
}
|