You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mistakenly using master, I observed that this module was broken on my CentOS 6 test box with the following error:
Invalid service provider 'sysv' at /modules/consul/manifests/run_service.pp:19
A quick browse through the code suggests that 85de0cd is the cause of this breakage, specifically whereby it's enforcing the provider param.
On <EL7, the default provider is init, not sysv.
Running through the history on params.pp, it looks like the this was first entered into params.pp in 24931c8, however as it was never passed through the service, it was never an issue previously...
PR incoming to correct default value on <EL7...
Cheers
Gav
The text was updated successfully, but these errors were encountered:
fatmcgav
added a commit
to fatmcgav/puppet-consul
that referenced
this issue
Mar 15, 2016
When mistakenly using master, I observed that this module was broken on my CentOS 6 test box with the following error:
A quick browse through the code suggests that 85de0cd is the cause of this breakage, specifically whereby it's enforcing the
provider
param.On <EL7, the default
provider
isinit
, notsysv
.Running through the history on
params.pp
, it looks like the this was first entered intoparams.pp
in 24931c8, however as it was never passed through the service, it was never an issue previously...PR incoming to correct default value on <EL7...
Cheers
Gav
The text was updated successfully, but these errors were encountered: