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:0x00005652f006e8b8>
|
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:0x00005652eb187a38>
|
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:0x00005652eb814068>
|
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:0x00005652eb742b30>
|
|
This job failed
Loading