Skip to content

Commit

Permalink
fix Ubuntu systemd path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomashejatko committed Feb 27, 2017
1 parent 1d8d82e commit fbce7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
notify => Exec['rabbitmq-systemd-reload'],
}
exec { 'rabbitmq-systemd-reload':
command => '/usr/bin/systemctl daemon-reload',
command => '/bin/systemctl daemon-reload',
notify => Class['Rabbitmq::Service'],
refreshonly => true,
}
Expand Down

0 comments on commit fbce7f5

Please sign in to comment.