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
As a user I would like to use chef_ingredient and setup my supermarket server passing my configuration through the config attribute so I don't have to use other methods like a template or file resources to lay down my configuration.
Proposal Solution
Modify the product_matrix pointing to the right config-file that is /etc/supermarket/supermarket.json
The text was updated successfully, but these errors were encountered:
As a user I would like to use `chef_ingredient` and setup my supermarket server passing my configuration through the `config` attribute so I don't have to use other methods like a `template` or `file` resources to lay down my configuration.
**Solution**
This commit modified the `product_matrix` pointing to the right `config-file` for supermarket that is `/etc/supermarket/supermarket.json`
Closes#30
As a user I would like to use
chef_ingredient
and setup my supermarket server passing my configuration through theconfig
attribute so I don't have to use other methods like atemplate
orfile
resources to lay down my configuration.Proposal Solution
Modify the
product_matrix
pointing to the rightconfig-file
that is/etc/supermarket/supermarket.json
The text was updated successfully, but these errors were encountered: