chef-boneyard / opscode-pushy-server

Chef Push Jobs Server
https://docs.chef.io/push_jobs.html
Apache License 2.0
16 stars 10 forks source link

Can't install with systemd, due to `cookbooks/enterprise/recipes/runit.rb` #128

Closed jhance closed 7 years ago

jhance commented 7 years ago

Seems like whatever its using to run its own version of runit, the stuff in cookbooks/enterprise, does not support systemd. It seems simple enough to do so, there are already two different init systems being supported.

On the other hand, I don't see why this issue would occur looking at https://github.com/chef-cookbooks/enterprise-chef-common, so most likely the version of enterprise being used is just extremely old (the one that got installed locally did not have a systemd provider)

(that said, this is with 1.1.6-1... It seems like there exist 2.x alpha builds somewhere but I'm unable to find them, so I can't say if its fixed there)

jhance commented 7 years ago

Eh, found the commit where this is fixed, nvm