mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
puppet: Rename exec resource of systemd_daemon_reload.
This makes it easier to put as a "notify" resource.
This commit is contained in:
committed by
Tim Abbott
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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user