From 33f379ee53f80ad27458d3b916b6876d77090b39 Mon Sep 17 00:00:00 2001 From: Tomas Hejatko Date: Mon, 27 Feb 2017 11:37:33 +0100 Subject: [PATCH] fix Ubuntu systemd path --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index 3be20f95a..bc67ed29b 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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, }