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:
5
test/fixtures/cookbooks/test/attributes/default.rb
vendored
Normal file
5
test/fixtures/cookbooks/test/attributes/default.rb
vendored
Normal 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'] = {}
|
||||
Reference in New Issue
Block a user