diff --git a/automation_tools/__init__.py b/automation_tools/__init__.py index b526cbc6c..dbfb54eb8 100644 --- a/automation_tools/__init__.py +++ b/automation_tools/__init__.py @@ -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',