File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5959 }
6060
6161 include foreman_proxy::plugin::dynflow
62+ include foreman_proxy::plugin::remote_execution::script
6263 if $install_runner {
6364 include foreman_proxy::plugin::ansible::runner
6465 }
Original file line number Diff line number Diff line change 88
99 describe 'with default settings' do
1010 it { should contain_class ( 'foreman_proxy::plugin::dynflow' ) }
11+ it { should contain_class ( 'foreman_proxy::plugin::remote_execution::script' ) }
1112 it { should contain_foreman_proxy__plugin__module ( 'ansible' ) }
1213
1314 case os
5859 end
5960
6061 it { should contain_class ( 'foreman_proxy::plugin::dynflow' ) }
62+ it { should contain_class ( 'foreman_proxy::plugin::remote_execution::script' ) }
6163
6264 case os
6365 when 'debian-10-x86_64'
You can’t perform that action at this time.
0 commit comments