Skip to content

Commit c7020ca

Browse files
evgeniehelms
authored andcommitted
update puppet config when puppet is not skipped, not foreman
1 parent cc1cefd commit c7020ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ def exec_service(service, command, failonerror=True):
14771477
print_running("Calling Foreman API to update content source for %s to %s" % (FQDN, options.foreman_fqdn))
14781478
update_host_capsule_mapping("content_source_id", smart_proxy_id, current_host_id)
14791479

1480-
if 'puppet' not in options.skip and 'foreman' not in options.skip:
1480+
if 'puppet' not in options.skip:
14811481
puppet_version = get_puppet_version()
14821482
if puppet_version == 3:
14831483
puppet_conf_path = '/etc/puppet/puppet.conf'

0 commit comments

Comments
 (0)