ChefSpec fixes
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
parent
e937c83d4f
commit
be6b6c5837
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Cookstyle fixes
|
- Cookstyle fixes
|
||||||
|
- ChefSpec fixes
|
||||||
|
|
||||||
## 5.3.1 (2018-07-24)
|
## 5.3.1 (2018-07-24)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ describe 'postfix::default' do
|
|||||||
|
|
||||||
context 'on Centos 6' do
|
context 'on Centos 6' do
|
||||||
cached(:chef_run) do
|
cached(:chef_run) do
|
||||||
ChefSpec::SoloRunner.new(platform: 'centos', version: 6.9).converge(described_recipe)
|
ChefSpec::SoloRunner.new(platform: 'centos', version: '6').converge(described_recipe)
|
||||||
end
|
end
|
||||||
|
|
||||||
it '[COOK-4423] renders file main.cf with /etc/pki/tls/cert.pem' do
|
it '[COOK-4423] renders file main.cf with /etc/pki/tls/cert.pem' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user