Project

General

Profile

« Previous | Next » 

Revision 1e2f254f

Added by Ewoud Kohl van Wijngaarden about 10 years ago

Remove v1 node and reporting

View differences:

spec/classes/foreman_config_enc_spec.rb
})
end
end
describe 'with v1 enc api' do
let :params do
{:enc_api => 'v1'}
end
it 'should set up the v1 enc' do
should contain_file('/etc/puppet/node.rb').with({
:content => %r{fact_values/create},
:mode => '0550',
:owner => 'puppet',
:group => 'puppet',
})
end
end
end

Also available in: Unified diff