Skip to content

Commit

Permalink
Merge pull request #182 from kbidarkar/fix-tftp-server-name-capsule
Browse files Browse the repository at this point in the history
Specify the tftp-server-name as the sat6 hostname
  • Loading branch information
elyezer committed May 7, 2015
2 parents a377c29 + 7e47196 commit f6458bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def setup_default_capsule(interface=None, run_katello_installer=True):
'capsule-dhcp': 'true',
'capsule-dhcp-interface': interface,
'capsule-tftp': 'true',
'capsule-tftp-servername': hostname,
'capsule-puppet': 'true',
'capsule-puppetca': 'true',
'capsule-register-in-foreman': 'true',
Expand Down

0 comments on commit f6458bf

Please sign in to comment.