Skip to content

Commit

Permalink
Fix proxy group (theforeman#389)
Browse files Browse the repository at this point in the history
Group should be foreman-proxy-content not foreman_proxy_content
  • Loading branch information
stbenjam committed Feb 10, 2017
1 parent 5bdb351 commit 842319c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forklift/box_loader.rb
Expand Up @@ -59,7 +59,7 @@ def process_versions(config, versions)
config['boxes']["#{base_box}-#{scenario}-#{version[scenario]}"] = installer_box
end

foreman_proxy_box = build_box(config['boxes'][base_box], 'foreman_proxy_content',
foreman_proxy_box = build_box(config['boxes'][base_box], 'foreman-proxy-content',
'playbooks/foreman_proxy_content.yml', version)
foreman_proxy_box['ansible']['server'] = "#{base_box}-katello-#{version['katello']}"
config['boxes']["#{base_box}-foreman-proxy-#{version['katello']}"] = foreman_proxy_box
Expand Down

0 comments on commit 842319c

Please sign in to comment.