File tree Expand file tree Collapse file tree
luna_provisioning/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ server_box:
5555 - " --enable-foreman-cli-templates"
5656 - " --enable-foreman-plugin-templates"
5757
58- - " --enable-foreman-cli-virt-who-configure"
5958 - " --enable-foreman-plugin-virt-who-configure"
6059
6160 - " --enable-foreman-cli-webhooks"
Original file line number Diff line number Diff line change 1414 - " --enable-foreman-cli-rh-cloud"
1515 - " --enable-foreman-cli-tasks"
1616 - " --enable-foreman-cli-templates"
17- - " --enable-foreman-cli-virt-who-configure"
1817 - " --enable-foreman-cli-webhooks"
1918 - " --enable-foreman-plugin-ansible"
2019 - " --enable-foreman-plugin-azure"
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ hammer_devel_repositories:
1212 - theforeman/hammer-cli-foreman
1313 - theforeman/hammer-cli-foreman-tasks
1414 - theforeman/hammer_cli_foreman_remote_execution
15- - theforeman/hammer-cli-foreman-virt-who-configure
1615 - theforeman/hammer-cli-foreman-rh-cloud
1716 - katello/hammer-cli-csv
1817 - katello/hammer-cli-katello
@@ -21,6 +20,5 @@ hammer_devel_local_gems: |-
2120 gem 'hammer_cli_katello'
2221 gem 'hammer_cli_foreman_tasks'
2322 gem 'hammer_cli_foreman_remote_execution'
24- gem 'hammer_cli_foreman_virt_who_configure'
2523 gem 'hammer_cli_foreman_rh_cloud'
2624 gem 'hammer_cli_csv'
Original file line number Diff line number Diff line change 7373 creates : ~/.hammer/cli.modules.d/foreman_remote_execution.yml
7474 when : ('theforeman/hammer_cli_foreman_remote_execution' in hammer_devel_repositories)
7575
76- - name : ' Configure hammer_cli_virt_who_configure'
77- command : cp ~/hammer-cli-foreman-virt-who-configure/config/foreman_virt_who_configure.yml ~/.hammer/cli.modules.d/
78- args :
79- creates : ~/.hammer/cli.modules.d/foreman_virt_who_configure.yml
80- when : ('theforeman/hammer-cli-foreman-virt-who-configure' in hammer_devel_repositories)
81-
8276- name : ' Alias hammer'
8377 lineinfile :
8478 dest : ' ~/.bash_profile'
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ luna_provisioning_installer_internal_options:
55 - " --enable-foreman-cli-remote-execution"
66 - " --enable-foreman-cli-tasks"
77 - " --enable-foreman-cli-templates"
8- - " --enable-foreman-cli-virt-who-configure"
98 - " --enable-foreman-plugin-ansible"
109 - " --enable-foreman-plugin-bootdisk"
1110 - " --enable-foreman-plugin-discovery"
You can’t perform that action at this time.
0 commit comments