mirror of https://github.com/zulip/zulip.git
puppet: Rename exec resource of systemd_daemon_reload.
This makes it easier to put as a "notify" resource.
This commit is contained in:
parent
4947753bfd
commit
1ac6e24eaa
|
@ -1,5 +1,6 @@
|
|||
class zulip::systemd_daemon_reload {
|
||||
exec { 'sh -c "! command -v systemctl > /dev/null || systemctl daemon-reload"':
|
||||
exec { 'reload systemd':
|
||||
command => 'sh -c "! command -v systemctl > /dev/null || systemctl daemon-reload"',
|
||||
refreshonly => true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue