cfpb / new-relic-installer

:warning: THIS REPO IS NO LONGER UNDER DEVELOPMENT :warning:
Creative Commons Zero v1.0 Universal
1 stars 11 forks source link

Add optional environment, fix log settings, #9

Closed sleitner closed 8 years ago

sleitner commented 8 years ago

Fix log settings (#8): this fixes a bug, but doesn't change behavior (@marcesher, see my issue comment).

Supply environment (#5) with default_environment.yml as the default. Note that env_vars must be a dictionary, which seems to necessitate that a dummy value be supplied by the yaml file.

Add an optional daemon proxy (#6).

marcesher commented 8 years ago

thanks a lot, @sleitner