diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb index e1d22a4..1b94f3a 100644 --- a/spec/classes/init_spec.rb +++ b/spec/classes/init_spec.rb @@ -1657,7 +1657,7 @@ describe 'ssh' do it 'should fail' do expect { should contain_class('ssh') - }.to raise_error(Puppet::Error,/ssh::manage_root_ssh_config is and must be \'true\' or \'false\'\./) + }.to raise_error(Puppet::Error,/Unknown type of boolean/) end end