File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 end
2121
2222 context 'when vmware-toolbox-cmd is present on the PATH' do
23- let ( :facts ) { super ( ) . merge ( { puppet_metrics_collector : { have_vmware_tools : true } } ) }
23+ let ( :facts ) { super ( ) . merge ( puppet_metrics_collector : { have_vmware_tools : true } ) }
2424
2525 it { is_expected . to contain_cron ( 'vmware_metrics_collection' ) . with_ensure ( 'present' ) }
2626 end
2727
2828 context 'when vmware-toolbox-cmd is not present on the PATH' do
29- let ( :facts ) { super ( ) . merge ( { puppet_metrics_collector : { have_vmware_tools : false } } ) }
29+ let ( :facts ) { super ( ) . merge ( puppet_metrics_collector : { have_vmware_tools : false } ) }
3030
3131 it { is_expected . to contain_notify ( 'vmware_tools_warning' ) }
3232 it { is_expected . to contain_cron ( 'vmware_metrics_collection' ) . with_ensure ( 'absent' ) }
You can’t perform that action at this time.
0 commit comments