13 Commits

Author SHA1 Message Date
hollistermala
9e05c0f0be
Add support for almalinux10 (#210) 2025-07-30 15:13:31 -05:00
Tim Smith
632191521e Update copyrights
Signed-off-by: Tim Smith <tsmith@chef.io>
2019-11-10 18:11:24 -08:00
Tim Smith
684b407157 Cookstyle fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
2019-01-20 11:45:35 -08:00
Tom Parker
daca56f8c9 Correct attribute line for use_relay_restrictions_maps
Signed-off-by: Tom Parker <palfrey@tevp.net>
2017-06-20 22:50:00 +01:00
Jennifer Davis
94a68b1773 Fixes Issue #135 (use_relay_restrictions_maps fix)
Signed-off-by: Jennifer Davis <iennae@gmail.com>
2017-05-15 09:55:05 -07:00
Tim Smith
6d9defeba5 Update copyrights
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-04-05 22:23:03 -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
2ffa7386b8 Update copyright headers
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-11-25 11:41:14 -08:00
Tim Smith
4d071581fa Remove encoding
There's no need for this

Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-08 10:12:47 -07:00
Stanislav Voroniy
3b2a268d6d Fully customizable master.cf file 2015-09-12 11:12:08 +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
drag00n
ea93c2b0a5 Fix several rubocop errors.
Deleted extra blank space, used 2 spaces instead of 3, use parens
instead of curly braces
2014-11-14 23:22:26 -05:00
Chase Bolt
d972e58fa4 moving conditional attributes to a recipe so they can be modified via other cookbook attributes 2014-09-09 11:11:30 -07:00