Open stack72 opened 9 years ago
Weird. Seems like a bug.
My test suite used to catch things like this, but it broke some time ago and docker's been changing a bit since then so the suite doesn't even function shakes fist at bitrot.
I'll try to test this manually this week, time permitting. Can you attach the output of sh -x /etc/init.d/puppet-forge-server
? Maybe I can eyeball the bug.
I'm trying to do a bit of more learning with test-kitchen (Huge <3 to @fnichol and others who've helped steer me in the right direction).
Once I get more comfortable with tk, it'll be easier to automatically test these kinds of things.
Hey
I'm trying to make changes to the type and provider. In a nutshell, I want to be able to pass args to the program e.g
In the puppet provider, I am doing the following:
On inspecting the /etc/init.d file, I see the following at the top
the file and the service work as expected, but looking via ps ax, I see that no args are attached to the app
Thoughts?
P.