Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 451 Bytes

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.