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

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

Stars

1 star

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages