Skip to content

Commit

Permalink
Merge pull request #52 from Katello/revert-50-master
Browse files Browse the repository at this point in the history
refs #9392 - pass options to foreman-rake config command correctly
  • Loading branch information
stbenjam committed Feb 20, 2015
2 parents 2dfb2ee + c13c53d commit 7134f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/foreman.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
mode => '0400',
}

$foreman_config_cmd = "${::foreman::app_root}/script/foreman-rake config\
$foreman_config_cmd = "${::foreman::app_root}/script/foreman-rake config --\
-k ssl_ca_file -v '${ssl_ca_cert}'\
-k ssl_certificate -v '${client_cert}'\
-k ssl_priv_key -v '${client_key}'"
Expand Down

0 comments on commit 7134f38

Please sign in to comment.