Tim Smith
5342671606
Use the pre-release builds of chefdk
2015-10-07 15:04:27 -07:00
Tim Smith
c457d3dee0
Run travis tests using Chef-DK installation
2015-10-07 10:43:30 -07:00
Tim Smith
89d0777c3f
Update development and testing dependencies
2015-10-06 09:35:34 -07:00
Stanislav Voroniy
a4dca01665
Force version 3.2 - otherwise Travis loads 3.3
2015-10-06 11:15:53 +02:00
Stanislav Voroniy
0c0580f7e5
Make foodcritic and rubocop happy again
2015-10-06 10:17:11 +02:00
Stanislav Voroniy
2b91f3513f
fix sysntax issue
2015-10-06 09:23:35 +02:00
Tim Smith
c38f8de4d1
Add rakefile for testers and maintainers
2015-09-30 12:39:46 -07:00
Tim Smith
4af61ed4d7
Test on additional platforms
2015-09-30 12:39:28 -07:00
Tim Smith
4dde02a66a
Update requirements
2015-09-30 12:39:09 -07:00
Stanislav Voroniy
331cc10e6c
Update metadata. I believe all these changes deserve a version increase.
2015-09-30 10:04:29 +02:00
Stanislav Voroniy
525d67394a
Support for any kind of postfix lookup tables
2015-09-30 09:54:46 +02:00
Tim Smith
3669256af0
Update foodcritic and rubocop releases
2015-09-29 10:09:12 -07:00
Tim Smith
798851e0c5
Update chefignore
2015-09-29 10:00:02 -07:00
Tim Smith
122762ee3c
Exclude test
2015-09-24 15:10:10 -07:00
Tim Smith
770e65103f
Rubocop fixes
2015-09-24 15:07:56 -07:00
Stanislav Voroniy
3b2a268d6d
Fully customizable master.cf file
2015-09-12 11:12:08 +02:00
Stanislav Voroniy
52a675d1c8
Manage any hash: tables for postfix with hash_maps recipe
2015-09-11 15:02:18 +02:00
Stanislav Voroniy
c9613ac670
Fixes for Travis CI
2015-09-11 14:56:12 +02:00
Tim Smith
1f7c62f8dc
Merge pull request #112 from maoueh/feature-wrapper-cookbook-default-level
...
Using node.default_unless instead of node.default in _attributes
2015-09-10 13:25:34 -07:00
Tim Smith
a0df762e07
Add chef 11 compat and add oracle to metadata
2015-09-08 13:52:26 -07:00
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