mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 10:03:56 +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 {
|
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,
|
refreshonly => true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user