Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.8
-
Fix Version/s: 0.9.10
-
Component/s: Chef Client
-
Labels:None
Description
I wrote a custom script provider, but when creating the command line to spawn the script process, I was not able to pass any flags. The current providers only create a command line like this:
/bin/bash <scriptname>
I need the following:
/opt/qbase3/qshell -f <scriptname>
Please provide the ability to define any flags that can be passed to the command line.
The issue has been fixed on this branch:
http://github.com/ringods/chef/commits/CHEF-1702
There is a single commit requested to merge to opscode/master:
http://github.com/ringods/chef/commit/b1f347ae9a8974545d5a6407688e3376f2046e70