/puppet-nginx

Primary LanguageCSSMIT LicenseMIT

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.