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

boxen/puppet-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Puppet Module for Boxen

Build Status

Install Heroku CLI and/or plugins.

Install CLI

include heroku

Install Plugins with CLI

heroku::plugin { 'accounts':
  source => 'ddollar/heroku-accounts'
}

Required Puppet Modules

  • boxen '3.3.4'

Development

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