Puppet module for 3scale proxy
Requirements
Gathering 3scale proxy config files
You can follow the instructions on the support page at 3scale's support website.
Before running the module
After gathering 3scale's configuration, you will download a proxy_conf.zip file which you should unzip on the nginx files directory.
USAGE
Cloning the repo
cd /path/to/your/puppet/modules
git clone git@github.com:rhoml/puppet-3scale-proxy-module.git nginx
cd nginx/files
unzip /path/to/proxy_conf.zip
Adding the class to your manifests
class { 'nginx': }
Author
Rhommel Lamas
- Twitter: @rhoml
- Email: roml [at] rhommell.com
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request