Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Fixes #14978 - capsule-certs-generate does not honour "--parent-fqdn"…
Browse files Browse the repository at this point in the history
… parameter (#332)
  • Loading branch information
ahumbe authored and ehelms committed Jun 6, 2016
1 parent dd69db6 commit 3df9077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post/10-post_install.rb
Expand Up @@ -19,7 +19,7 @@ def new_install?

if [0,2].include?(@kafo.exit_code)
if !app_value(:upgrade)
fqdn = Facter.value(:fqdn)
fqdn = @kafo.param('capsule_certs','parent_fqdn').value || Facter.value(:fqdn)

say " <%= color('Success!', :good) %>"

Expand Down

0 comments on commit 3df9077

Please sign in to comment.