Fixes for Travis CI
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
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']['main']['smtp_sasl_auth_enable'] = 'yes'
|
||||
|
||||
default['postfix']['main']['relayhost'] = 'please'
|
||||
default['postfix']['main']['smtp_sasl_security_options'] = 'keep'
|
||||
default['postfix']['sasl']['smtp_sasl_user_name'] = 'us'
|
||||
default['postfix']['sasl']['smtp_sasl_passwd'] = 'happy'
|
||||
default['postfix']['sender_canonical_map_entries'] = {}
|
||||
|
||||
1
test/fixtures/cookbooks/wrapper/metadata.rb
vendored
1
test/fixtures/cookbooks/wrapper/metadata.rb
vendored
@@ -1,3 +1,4 @@
|
||||
name 'wrapper'
|
||||
version '0.0.1'
|
||||
description 'Wrapper cookbook, used for testing only.'
|
||||
depends 'postfix'
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
include 'postfix'
|
||||
include_recipe 'postfix'
|
||||
|
||||
Reference in New Issue
Block a user