ChefSpec fixes

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson
2020-10-07 17:54:15 -07:00
parent e937c83d4f
commit be6b6c5837
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ describe 'postfix::default' do
context 'on Centos 6' 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
it '[COOK-4423] renders file main.cf with /etc/pki/tls/cert.pem' do