boxen / puppet-nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx Puppet Module for Boxen

Build Status

Usage

include nginx

To specify a different port than 80:

class { "nginx":
    port => 8080
}

Required Puppet Modules

  • boxen
  • homebrew
  • stdlib

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

License:MIT License


Languages

Language:CSS 35.8%Language:Ruby 30.9%Language:Puppet 15.8%Language:HTML 15.4%Language:Shell 2.1%