From 318586b9e6a76d69637b28db3c8600ed2d61319c Mon Sep 17 00:00:00 2001 From: Artem Zhurbila Date: Mon, 17 Aug 2015 09:10:43 +0300 Subject: [PATCH] fix > enable changed 'false' to 'true' In centos 7 default service provider is 'systemd', but in this module we use init script --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 388b065..2fc8b88 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -80,6 +80,7 @@ ensure => running, enable => true, hasrestart => true, + provider => init, require => File["${path_config}/supervisord.conf"], }