14 Commits

Author SHA1 Message Date
Lance Albertson
72ad232d03 Enable IPv6 for lo for the canonical suite
This is needed to ensure it converges correctly.

Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-19 12:34:12 -07:00
Tim Smith
3ea284d576 Merge branch 'master' of git://github.com/voroniys/postfix into voroniys-master 2017-01-17 23:50:55 -08:00
Tim Smith
82aec2f311 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>
2017-01-17 23:32:22 -08:00
Tim Smith
2a76f18fba Remove carriage returns
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-08 10:13:11 -07:00
Tim Smith
648c488172 Testing updates
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:55:32 -07:00
Tim Smith
35adb30264
Update wrapper test 2016-04-29 21:22:18 -07:00
Stanislav Voroniy
89a411f828 fix test for travis 2015-12-22 13:24:56 +01:00
Stanislav Voroniy
65df142b24 Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master 2015-12-22 13:09:40 +01:00
Tim Smith
6c612a50a4 Fix test cookbook 2015-10-23 16:48:52 -07:00
Tim Smith
122762ee3c Exclude test 2015-09-24 15:10:10 -07:00
Stanislav Voroniy
c9613ac670 Fixes for Travis CI 2015-09-11 14:56:12 +02:00
Matthieu Vachon
3445567364 Using node.default_unless instead of node.default in _attributes
* Wrapper cookbook usually uses default level to override attributes
   of the wrapped cookbook. Here, we had a problem because if the
   wrapper cookbook was enabling sasl and was setting a relayhost
   and a user/password combination using the default level, this was
   not working because _attributes resets those attributes.

   To fix this, we now use node.default_unless which will set the
   attribute only if it's not already set ensuring that wrapper
   cookbook overriden attributes using default level are correctly
   kept when computing derived attributes.
2015-08-27 17:17:30 -04:00
Patrick Moore
0a42b0722b [COOK-4619] - no way to unset recipient_delimiter
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-05-09 13:51:12 -04:00
Joshua Timberman
14612d63fd COOK-4086, add omnios support
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-02-19 01:13:02 -05:00