Project

General

Profile

Download (3.89 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
56b4310f 09/09/2015 10:52 AM Dominic Cleal

fixes #11170 - pass quoted args through foreman-rake

Use the special "$@" to correctly pass quoted arguments through
foreman-rake, through su and to the underlying rake command. Ensures
the JSON in this command is unharmed:

foreman-rake config -- -k trusted_puppetmaster_hosts -v '["foo.bar.com"]'...
c0fd4d46 03/15/2015 05:45 AM Eric Helms

Fixes #9751: Correct examples for rake config usage.

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

8f9b6994 10/06/2014 10:20 AM Ivan Necas

Refs #4611 - rake-ify foreman-config and db_pending_migration/seed in settings

This way, we can determine in the installer if the rake
db:migrate/seed should be run in the installer.

Later, we also could use this information to inform the entering user
that the application is not in ready state yet: preparation for...