Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Brevick committed Feb 4, 2019
1 parent fbf8f37 commit 0cc1d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service_reload.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'systemd' => "systemctl reload-or-restart ${init_selector}",
'upstart' => "service ${init_selector} reload",
'sysv' => "/etc/init.d/${init_selector} reload",
'redhat' => "/etc/init.d/${init_selector} reload",
'redhat' => "/etc/init.d/${init_selector} reload",
'sles' => "/etc/init.d/${init_selector} reload",
'debian' => "/etc/init.d/${init_selector} reload",
'launchd' => "launchctl stop ${init_selector} && launchctl start ${init_selector}",
Expand Down

0 comments on commit 0cc1d74

Please sign in to comment.