Fix wrapper cookbook in the specs completely failing

It’s still broken, but now it actually tests

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2017-01-17 23:32:22 -08:00
parent 29f9d3921b
commit 82aec2f311
7 changed files with 10 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
default['postfix']['main']['smtp_sasl_auth_enable'] = 'yes'
default['postfix']['main']['relayhost'] = 'please'
default['postfix']['sasl']['smtp_sasl_user_name'] = 'keep'
default['postfix']['sasl']['smtp_sasl_passwd'] = 'us'
default['postfix']['sender_canonical_map_entries'] = {}

View File

@@ -0,0 +1,4 @@
name 'test'
version '0.0.1'
description 'Wrapper cookbook, used for testing only.'
depends 'postfix'

View File

@@ -0,0 +1 @@
include_recipe 'postfix'