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
Tim Smith
70d1e57c0d
Release 4.0
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:57:09 -07:00
Tim Smith
868813f4ed
Require Chef 12+
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:56:25 -07:00
Tim Smith
43633409a7
Use node.normal vs. node.set to avoid deprecation warnings
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:56:11 -07:00
Tim Smith
dde7bba9c1
Update copyrights
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:55:46 -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
4e8fa5b0c1
Remove node name from config
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-07-14 18:29:51 -05:00
Tim Smith
35adb30264
Update wrapper test
2016-04-29 21:22:18 -07:00
Tim Smith
cbbebc5fdf
Update platforms in Test Kitchen [skip-ci]
2016-04-29 15:33:52 -07:00
Tim Smith
3edd43f741
Add issues and PR templates
2016-04-18 15:05:21 -07:00
Tim Smith
4af61395ea
Update supported platforms
2016-04-01 12:01:33 -07:00
Tim Smith
0c4252047d
Release 3.8.0
2016-04-01 11:59:49 -07:00
Tim Smith
10375cf989
Resolve rubocop warnings
2016-04-01 11:53:36 -07:00
Tim Smith
110c8a00db
Update testing with new platforms
2016-04-01 11:52:35 -07:00
Tim Smith
d560ae593d
Remove attributes from metadata
2016-04-01 11:52:19 -07:00
Tim Smith
1e1f68ac0e
remove copyright from license
2016-04-01 11:52:09 -07:00
Tim Smith
fc2062a420
Update maintainers
2016-04-01 11:52:02 -07:00
Tim Smith
45059c106a
Update testing deps
2016-04-01 11:51:56 -07:00
Tim Smith
a4e4be03e4
Update ignore files
2016-04-01 11:51:47 -07:00
Tim Smith
6a8ec75274
format markdown
2016-04-01 11:51:41 -07:00
Tim Smith
acd736ac35
Merge pull request #124 from arr-dev/fix_use_relay_restrictions_maps_typo
...
Fix use_relay_restrictions_maps typo
2016-04-01 10:38:54 -07:00
Nenad
771ce613a6
Fix use_relay_restrictions_maps typo
...
Obvious fix.
2016-04-01 19:29:51 +02:00
Tim Smith
4ebe7a75ca
Remove RVM from Travis since we use Ruby in ChefDK
2015-11-30 17:04:45 -08:00
Tim Smith
6c612a50a4
Fix test cookbook
2015-10-23 16:48:52 -07:00
Tim Smith
93629df739
Use kitchen-docker for integration testing
2015-10-23 16:34:13 -07:00
Tim Smith
e293ecc585
There's no need for yum
2015-10-23 16:32:39 -07:00
Tim Smith
11037e9f95
Remove extra deps
2015-10-23 16:32:14 -07:00
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
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
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
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