358 Commits

Author SHA1 Message Date
Tim Smith
2ba2170384 Update copyright 2015-09-08 13:52:20 -07:00
Tim Smith
7309b33987 Use standard rubocop 2015-09-08 13:51:57 -07:00
Tim Smith
97e14002a9 Use standard gemfile with version pins 2015-09-08 13:51:20 -07:00
Tim Smith
9fb018a21d Update URLs 2015-09-08 13:50:18 -07:00
Tim Smith
9031696cc3 Update platforms 2015-09-08 13:50:10 -07:00
Tim Smith
c8f98ded4c Update docs 2015-09-08 13:49:59 -07:00
Tim Smith
9f49890e28 Update ignore files 2015-09-08 13:49:49 -07:00
Tim Smith
dd9b7a8f0e Add travis config 2015-09-08 13:49:30 -07:00
Tim Smith
af6f601733 Add badges 2015-08-28 11:23:20 -07: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
Thom May
0608f71799 Bump version to 3.7.0 2015-06-24 12:53:47 +01:00
Thom May
492544bd40 add extended metadata 2015-06-24 12:47:14 +01:00
Thom May
5f41094e8f Merge branch 'jvanlieshout-master' 2015-06-23 15:27:40 +01:00
Thom May
5c8bbc90e5 fix spelling of restriction 2015-06-23 15:27:27 +01:00
Joris van Lieshout
2cbe7c42b4 Adding functionality to restrict 'rcpt to' domains 2015-06-23 14:53:15 +01:00
Thom May
aebec52404 Fix up OmniOS tests 2015-06-23 14:50:15 +01:00
Thom May
d696316f71 fix up state of testing 2015-06-23 12:22:33 +01:00
Thom May
66f707a631 Upgrade to latest chefspec 2015-06-23 11:32:59 +01:00
Thom May
ea6441eb57 Upgrade to latest serverspec/specinfra 2015-06-23 11:30:55 +01:00
Nathan L Smith
d13ea38c2f Merge pull request #103 from opscode-cookbooks/nls/sensitive-sasl
make password file resource sensitive
2015-05-04 11:43:48 -05:00
Nathan L Smith
689345ac5c make password file resource sensitive 2015-05-03 23:10:24 -05:00
Sean OMeara
aa1f845864 opscode2chef 2015-02-18 15:49:35 -05:00
Lamont Granquist
c18bd51cb8 Merge pull request #95 from cmluciano/drag00n/fixrubocoperrors
Fix several rubocop errors.
2015-02-18 12:10:26 -08:00
Lamont Granquist
0008961b28 Merge pull request #97 from cmluciano/drag00n/adddebiancert
Update CAfile path for Debian-based OS.
2015-02-18 12:08:35 -08:00
drag00n
adc0316fc5 Update CAfile path for Debian-based OS.
This fixes [issue
96](https://github.com/opscode-cookbooks/postfix/issues/96). I also
updated the ChefSpec test to reflect the changes.
2014-12-23 22:06:27 -05: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
Sean OMeara
fbabeca141 updating CHANGELOG and bumping metadata 2014-10-31 22:30:33 -04:00
Sean OMeara
64f1e94874 Merge pull request #75 from clewis/freebsd-support
Fix FreeBSD isms in Postfix.
2014-10-31 22:29:37 -04:00
Craig Lewis
957bc02016 Rubocop fixes. 2014-10-31 16:09:46 -07:00
Craig Lewis
fbeb44dae1 Fix FreeBSD isms in Postfix. 2014-10-31 16:00:52 -07:00
Sean OMeara
93c9e22837 updating CHANGELOG and bumping metadata 2014-10-28 16:37:15 -04:00
Chase Bolt
17cb0d866d Fix logic around include_recipe 'postfix::virtual_aliases_domains'
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-10-28 16:36:14 -04:00
Andy Gale
bac7409e5f Fix documentation around node['postfix']['main']['relayhost'] attribute
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-10-28 16:35:32 -04:00
Sean OMeara
4143c363c1 updating CHANGELOG and bumping metadata 2014-09-11 14:47:03 -04:00
Sean OMeara
c0678ed475 Merge pull request #85 from chasebolt/attributes_conditionals
moving conditional attributes to a recipe
2014-09-11 14:27:04 -04:00
Sean OMeara
42f08b4dc7 Merge pull request #87 from chasebolt/pr-86
restart postfix after updating virtual alias templates #86
2014-09-11 14:23:59 -04:00
Sean OMeara
aa97225b41 Merge pull request #79 from chasebolt/typo
fixing typo for alias_db location in omnios
2014-09-11 14:23:44 -04:00
Chase Bolt
fabbaeba4a restart postfix after updating virtual alias templates #86 2014-09-09 16:32:33 -07: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
Chase Bolt
efef0c9b13 fixing typo for alias_db location in omnios 2014-09-04 16:56:53 -07:00
Sean OMeara
f717e723f0 updating CHANGELOG and bumping metadata 2014-08-25 17:16:04 -04:00
Sean OMeara
134bfd0176 Merge pull request #80 from chasebolt/virtual_domains
adding the usage of virtual_domains along with other file types other th...
2014-08-25 17:02:22 -04:00
Chase Bolt
7b5096f715 moving virtual domain usage into a use_virtual_aliases_domains block to mimic use_virtual_aliases 2014-08-20 13:46:03 -07:00
Chase Bolt
3b4b521a2a adding a guard around virtual_alias_maps and virtual_alias_domains. this way you can toggle which config option you want added into main.cf. 2014-08-20 13:34:21 -07:00
Chase Bolt
44c775e059 moving db_type to be set in the generic attributes 2014-08-20 13:29:55 -07:00
Chase Bolt
7fd9784867 adding the usage of virtual_domains along with other file types other than hash 2014-08-20 13:29:55 -07:00
Sean OMeara
eb3fb66eed updating CHANGELOG and bumping metadata 2014-08-20 12:25:19 -05:00
Sean OMeara
97666b2aed Merge pull request #83 from svanharmelen/fix-issue-81
Fix for issue #81
2014-08-20 12:22:15 -05:00
Sander van Harmelen
09d0e1772b Fix for issue #81 2014-08-19 18:32:01 +02:00
Sean OMeara
7f4755a2dc bumping version and adding CHANGELOG entry 2014-07-25 10:35:40 -04:00