One more update to the spec test
This commit is contained in:
parent
493e5c3eec
commit
b8c2f44aa1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ describe 'nginx::package' do
|
|||
it { is_expected.to contain_apt__source('nginx').with(
|
||||
'location' => "http://nginx.org/packages/#{operatingsystem.downcase}",
|
||||
'repos' => 'nginx',
|
||||
'key' => 'ABF5BD827BD9BF62',
|
||||
'key' => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62',
|
||||
'key_source' => 'http://nginx.org/keys/nginx_signing.key'
|
||||
)}
|
||||
it { is_expected.to contain_anchor('nginx::package::begin').that_comes_before('Class[nginx::package::debian]') }
|
||||
|
|
Loading…
Reference in a new issue