Skip to content

Commit

Permalink
Merge pull request #181 from omaciel/bz1215820
Browse files Browse the repository at this point in the history
Email configuration needs to trust internal CA.
  • Loading branch information
elyezer committed May 6, 2015
2 parents 3c0717e + 537aeab commit a377c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automation_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ def setup_email_notification(smtp=None):
if smtp is not None:
run('sed -i -e "s|address.*|address: {0}|" '
'/etc/foreman/email.yaml'.format(smtp))
run('echo " enable_starttls_auto: false" '
'>> /etc/foreman/email.yaml')


def setup_fake_manifest_certificate(certificate_url=None):
Expand Down

0 comments on commit a377c29

Please sign in to comment.