Skip to content
This repository was archived by the owner on May 18, 2018. It is now read-only.
/ herokuconfig Public archive

Puppet module to pull Heroku config variables into a file

License

Notifications You must be signed in to change notification settings

cloudability/herokuconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Herokuconfig

Puppet module that reads config variables from Heroku apps and writes them a file

Examples

Single file download without credentials

herokuconfig { 'my-heroku-app':
  heroku_api_key => "api-key",
  heroku_app_name => 'my-heroku-app',
  path => '/var/www/.env',
}

This will populate the .env file with following:

VAR1=VALUE1
VAR2=VALUE2

About

Puppet module to pull Heroku config variables into a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •