Update Salt Master configuration template #1572
Annotations
5 errors
spec/classes/foreman_proxy__plugin__salt_spec.rb#L22
foreman_proxy::plugin::salt on debian-11-x86_64 with default settings should configure master.d/foreman.conf
Failure/Error:
should contain_file('/etc/salt/master.d/foreman.conf').
wiht_content(%r{autosign_grains_dir: /var/lib/foreman-proxy/salt/grains}).
wiht_content(%r{autosign_file: /etc/salt/autosign.conf}).
wiht_content(%r{user: root}).
wiht_content(%r{netapi_enable_clients:\n - runner}).
wiht_content(%r{external_auth:\n - pam\n - \'@runner\'})
NoMethodError:
undefined method `wiht_content' for #<RSpec::Puppet::ManifestMatchers::CreateGeneric:0x00007f9e400e2e60 @exp_resource_type="file", @Args=["/etc/salt/master.d/foreman.conf"], @block=nil, @referenced_type="File", @title="/etc/salt/master.d/foreman.conf", @errors=[], @expected_params=[], @expected_undef_params=[], @notifies=[], @subscribes=[], @requires=[], @befores=[]>
|
spec/classes/foreman_proxy__plugin__salt_spec.rb#L59
foreman_proxy::plugin::salt on debian-11-x86_64 with overwritten parameters should change master.d/foreman.conf parameters
Failure/Error:
should contain_file('/etc/salt/master.d/foreman.conf').
wiht_content(%r{user: example}).
wiht_content(%r{autosign_grains_dir: /var/lib/foreman-proxy/salt/grains}).
wiht_content(%r{autosign_file: /etc/salt/example.conf}).
wiht_content(%r{user: root}).
wiht_content(%r{netapi_enable_clients:\n - runner\n - local\n - ssh\n - wheel}).
wiht_content(%r{external_auth:\n - ldap\n - \'@runner\'})
NoMethodError:
undefined method `wiht_content' for #<RSpec::Puppet::ManifestMatchers::CreateGeneric:0x00007f9e3feac4e8 @exp_resource_type="file", @Args=["/etc/salt/master.d/foreman.conf"], @block=nil, @referenced_type="File", @title="/etc/salt/master.d/foreman.conf", @errors=[], @expected_params=[], @expected_undef_params=[], @notifies=[], @subscribes=[], @requires=[], @befores=[]>
|
spec/classes/foreman_proxy__plugin__salt_spec.rb#L22
foreman_proxy::plugin::salt on redhat-8-x86_64 with default settings should configure master.d/foreman.conf
Failure/Error:
should contain_file('/etc/salt/master.d/foreman.conf').
wiht_content(%r{autosign_grains_dir: /var/lib/foreman-proxy/salt/grains}).
wiht_content(%r{autosign_file: /etc/salt/autosign.conf}).
wiht_content(%r{user: root}).
wiht_content(%r{netapi_enable_clients:\n - runner}).
wiht_content(%r{external_auth:\n - pam\n - \'@runner\'})
NoMethodError:
undefined method `wiht_content' for #<RSpec::Puppet::ManifestMatchers::CreateGeneric:0x00007f9e40011900 @exp_resource_type="file", @Args=["/etc/salt/master.d/foreman.conf"], @block=nil, @referenced_type="File", @title="/etc/salt/master.d/foreman.conf", @errors=[], @expected_params=[], @expected_undef_params=[], @notifies=[], @subscribes=[], @requires=[], @befores=[]>
|
spec/classes/foreman_proxy__plugin__salt_spec.rb#L59
foreman_proxy::plugin::salt on redhat-8-x86_64 with overwritten parameters should change master.d/foreman.conf parameters
Failure/Error:
should contain_file('/etc/salt/master.d/foreman.conf').
wiht_content(%r{user: example}).
wiht_content(%r{autosign_grains_dir: /var/lib/foreman-proxy/salt/grains}).
wiht_content(%r{autosign_file: /etc/salt/example.conf}).
wiht_content(%r{user: root}).
wiht_content(%r{netapi_enable_clients:\n - runner\n - local\n - ssh\n - wheel}).
wiht_content(%r{external_auth:\n - ldap\n - \'@runner\'})
NoMethodError:
undefined method `wiht_content' for #<RSpec::Puppet::ManifestMatchers::CreateGeneric:0x00007f9e3ff51060 @exp_resource_type="file", @Args=["/etc/salt/master.d/foreman.conf"], @block=nil, @referenced_type="File", @title="/etc/salt/master.d/foreman.conf", @errors=[], @expected_params=[], @expected_undef_params=[], @notifies=[], @subscribes=[], @requires=[], @befores=[]>
|
|
This job failed
Loading