Hi. I have a question regarding the cookbook.
I try to configure supervisor config file and I need to pass following attributes:
[program:name]
command=
directory=
autostart=
user=
stdout_logfile=
stderr_logfile=
I would like to use chef role for that and I have as following:
Hi. I have a question regarding the cookbook. I try to configure supervisor config file and I need to pass following attributes: [program:name] command= directory= autostart= user= stdout_logfile= stderr_logfile=
I would like to use chef role for that and I have as following:
It doesn't work so the above is incorrect.