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
I was thinking about adding support for provisioning the rest_cherrypy salt-api component. The configuration for the rest_cherrypy component is about twenty additional lines in the /etc/salt/master file. None of the lines are included in the example file for /etc/salt/master.
I could either add support by putting the configuration lines directly into master.erb bounded by some conditional logic or I could use the puppetlabs/concat module to create the two fragments seperately and combine them in the end. I wanted to get your take on it and see if you had any preferences before I started working on the pull request, though.
The text was updated successfully, but these errors were encountered:
Had a quick bash at it - seems to work as a quick proof of concept and it's a lot less messy than the concat option in the folk you have been working on. https://github.com/eperdeme/puppet-salt/
I was thinking about adding support for provisioning the rest_cherrypy salt-api component. The configuration for the rest_cherrypy component is about twenty additional lines in the /etc/salt/master file. None of the lines are included in the example file for /etc/salt/master.
I could either add support by putting the configuration lines directly into master.erb bounded by some conditional logic or I could use the puppetlabs/concat module to create the two fragments seperately and combine them in the end. I wanted to get your take on it and see if you had any preferences before I started working on the pull request, though.
The text was updated successfully, but these errors were encountered: