From 1823240b07d70bff226dc5087f6109a566d35864 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Tue, 17 Feb 2015 23:47:47 -0500 Subject: [PATCH] updating opscode to chef --- .rubocop.yml | 2 +- CHANGELOG.md | 16 +++--- CONTRIBUTING.md | 54 +++++++++---------- README.md | 2 +- TESTING.md | 2 +- libraries/default.rb | 2 +- providers/plugin.rb | 2 +- providers/user.rb | 2 +- providers/vhost.rb | 2 +- recipes/community_plugins.rb | 2 +- recipes/default.rb | 4 +- recipes/plugin_management.rb | 2 +- recipes/policy_management.rb | 2 +- recipes/user_management.rb | 2 +- recipes/virtualhost_management.rb | 2 +- resources/plugin.rb | 2 +- resources/user.rb | 2 +- resources/vhost.rb | 2 +- .../default/tests/minitest/cluster_test.rb | 2 +- .../default/tests/minitest/cook-1684_test.rb | 2 +- .../default/tests/minitest/cook-1724_test.rb | 2 +- .../tests/minitest/cook-2151-3489_test.rb | 2 +- .../default/tests/minitest/default_test.rb | 2 +- .../default/tests/minitest/lwrps_test.rb | 2 +- .../tests/minitest/mgmt_console_test.rb | 2 +- .../files/default/tests/minitest/ssl_test.rb | 2 +- .../default/tests/minitest/support/helpers.rb | 2 +- test/cookbooks/rabbitmq_test/metadata.rb | 4 +- .../rabbitmq_test/recipes/cluster.rb | 2 +- .../rabbitmq_test/recipes/default.rb | 2 +- test/cookbooks/rabbitmq_test/recipes/lwrps.rb | 2 +- .../rabbitmq_test/recipes/mgmt_console.rb | 2 +- test/cookbooks/rabbitmq_test/recipes/ssl.rb | 2 +- 33 files changed, 68 insertions(+), 68 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index f9acc7cd..39e2aab7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,4 +17,4 @@ MethodLength: Max: 18 Style/FileName: - Enabled: false \ No newline at end of file + Enabled: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 9698284d..cf7d0c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,21 +121,21 @@ v2.4.0 (2014-02-14) v2.3.2 ------ ### Bug -- **[COOK-3678](https://tickets.opscode.com/browse/COOK-3678)** - Fix an issue where a RabbitMQ policy resource with vhost arguments emits unexpected restart notification -- **[COOK-3606](https://tickets.opscode.com/browse/COOK-3606)** - Fix erlang cookie comparison -- **[COOK-3512](https://tickets.opscode.com/browse/COOK-3512)** - Define rabbitmq service on SUSE +- **[COOK-3678](https://tickets.chef.io/browse/COOK-3678)** - Fix an issue where a RabbitMQ policy resource with vhost arguments emits unexpected restart notification +- **[COOK-3606](https://tickets.chef.io/browse/COOK-3606)** - Fix erlang cookie comparison +- **[COOK-3512](https://tickets.chef.io/browse/COOK-3512)** - Define rabbitmq service on SUSE ### New Feature -- **[COOK-3538](https://tickets.opscode.com/browse/COOK-3538)** - Configure web management console to use SSL +- **[COOK-3538](https://tickets.chef.io/browse/COOK-3538)** - Configure web management console to use SSL v2.3.0 ------ ### Improvement -- **[COOK-3369](https://tickets.opscode.com/browse/COOK-3369)** - Add SUSE support -- **[COOK-3320](https://tickets.opscode.com/browse/COOK-3320)** - Configure bind and cluster over a specified addr -- **[COOK-3138](https://tickets.opscode.com/browse/COOK-3138)** - Do not log RabbitMQ password -- **[COOK-2803](https://tickets.opscode.com/browse/COOK-2803)** - Bind erlang networking to localhost (attribute-driven) +- **[COOK-3369](https://tickets.chef.io/browse/COOK-3369)** - Add SUSE support +- **[COOK-3320](https://tickets.chef.io/browse/COOK-3320)** - Configure bind and cluster over a specified addr +- **[COOK-3138](https://tickets.chef.io/browse/COOK-3138)** - Do not log RabbitMQ password +- **[COOK-2803](https://tickets.chef.io/browse/COOK-2803)** - Bind erlang networking to localhost (attribute-driven) v2.2.0 ------ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7786cf1b..a3a3d42f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,26 +1,26 @@ # REALLY REALLY OUT OF DATE. TODO: update this. -# Contributing to Opscode Cookbooks +# Contributing to Chef Software Cookbooks -We are glad you want to contribute to Opscode Cookbooks! The first +We are glad you want to contribute to Chef Software Cookbooks! The first step is the desire to improve the project. You can find the answers to additional frequently asked questions -[on the wiki](http://wiki.opscode.com/display/chef/How+to+Contribute). +[on the wiki](http://wiki.chef.io/display/chef/How+to+Contribute). You can find additional information about -[contributing to cookbooks](http://wiki.opscode.com/display/chef/How+to+Contribute+to+Opscode+Cookbooks) +[contributing to cookbooks](http://wiki.chef.io/display/chef/How+to+Contribute+to+Chef Software+Cookbooks) on the wiki as well. ## Quick-contribute -* Create an account on our [bug tracker](http://tickets.opscode.com) +* Create an account on our [bug tracker](http://tickets.chef.io) * Sign our contributor agreement (CLA) [ online](https://secure.echosign.com/public/hostedForm?formid=PJIF5694K6L) (keep reading if you're contributing on behalf of your employer) * Create a ticket for your change on the - [bug tracker](http://tickets.opscode.com) + [bug tracker](http://tickets.chef.io) * Link to your patch as a rebased git branch or pull request from the ticket * Resolve the ticket as fixed @@ -42,7 +42,7 @@ understands what rights they are licensing and agrees to them. Sometimes the copyright holder isn't the contributor, most often when the contributor is doing work for a company. -To make a good faith effort to ensure these criteria are met, Opscode +To make a good faith effort to ensure these criteria are met, Chef Software requires a Contributor License Agreement (CLA) or a Corporate Contributor License Agreement (CCLA) for all contributions. This is without exception due to some matters not being related to copyright @@ -61,7 +61,7 @@ instead. ## Ticket Tracker (JIRA) -The [ticket tracker](http://tickets.opscode.com) is the most important +The [ticket tracker](http://tickets.chef.io) is the most important documentation for the code base. It provides significant historical information, such as: @@ -75,7 +75,7 @@ Each ticket should aim to fix one bug or add one feature. You can get a quick copy of the repository for this cookbook by running `git clone -git://github.com/opscode-coobkooks/COOKBOOKNAME.git`. +git://github.com/chef-coobkooks/COOKBOOKNAME.git`. For collaboration purposes, it is best if you create a Github account and fork the repository to your own account. Once you do this you will @@ -112,8 +112,8 @@ to them. ### Github and Pull Requests -All of Opscode's open source cookbook projects are available on -[Github](http://www.github.com/opscode-cookbooks). +All of Chef Software's open source cookbook projects are available on +[Github](http://www.github.com/chef-cookbooks). We don't require you to use Github, and we will even take patch diffs attached to tickets on the tracker. However Github has a lot of @@ -130,18 +130,18 @@ reply from the author for various reasons. ### More information Additional help with git is available on the -[Working with Git](http://wiki.opscode.com/display/chef/Working+with+Git) +[Working with Git](http://wiki.chef.io/display/chef/Working+with+Git) wiki page. ## Functional and Unit Tests This cookbook is set up to run tests under -[Opscode's test-kitchen](https://github.com/opscode/test-kitchen). It +[Chef Software's test-kitchen](https://github.com/chef/test-kitchen). It uses minitest-chef to run integration tests after the node has been converged to verify that the state of the node. Test kitchen should run completely without exception using the default -[baseboxes provided by Opscode](https://github.com/opscode/bento). +[baseboxes provided by Chef Software](https://github.com/chef/bento). Because Test Kitchen creates VirtualBox machines and runs through every configuration in the Kitchenfile, it may take some time for these tests to complete. @@ -171,7 +171,7 @@ mailing list, or the #chef-hacking IRC channel. ## Code Review -Opscode regularly reviews code contributions and provides suggestions +Chef Software regularly reviews code contributions and provides suggestions for improvement in the code itself or the implementation. We find contributions by searching the ticket tracker for _resolved_ @@ -186,7 +186,7 @@ or two, depending on the current release cycle. ## Release Cycle -The versioning for Opscode Cookbook projects is X.Y.Z. +The versioning for Chef Software Cookbook projects is X.Y.Z. * X is a major release, which may not be fully compatible with prior major releases @@ -199,31 +199,31 @@ cookbook begins, the "Z" patch number is incremented to the next odd number, however the next release of the cookbook may be a major or minor incrementing version. -Releases of Opscode's cookbooks are usually announced on the Chef user +Releases of Chef Software's cookbooks are usually announced on the Chef user mailing list. Releases of several cookbooks may be batched together -and announced on the [Opscode Blog](http://www.opscode.com/blog). +and announced on the [Chef Software Blog](http://www.chef.io/blog). ## Working with the community These resources will help you learn more about Chef and connect to other members of the Chef community: -* [chef](http://lists.opscode.com/sympa/info/chef) and - [chef-dev](http://lists.opscode.com/sympa/info/chef-dev) mailing +* [chef](http://lists.chef.io/sympa/info/chef) and + [chef-dev](http://lists.chef.io/sympa/info/chef-dev) mailing lists * #chef and #chef-hacking IRC channels on irc.freenode.net -* [Community Cookbook site](http://community.opscode.com) -* [Chef wiki](http://wiki.opscode.com/display/chef) -* Opscode Chef [product page](http://www.opscode.com/chef) +* [Community Cookbook site](http://community.chef.io) +* [Chef wiki](http://wiki.chef.io/display/chef) +* Chef Software Chef [product page](http://www.chef.io/chef) ## Cookbook Contribution Do's and Don't's Please do include tests for your contribution. If you need help, ask on the -[chef-dev mailing list](http://lists.opscode.com/sympa/info/chef-dev) +[chef-dev mailing list](http://lists.chef.io/sympa/info/chef-dev) or the -[#chef-hacking IRC channel](http://community.opscode.com/chat/chef-hacking). +[#chef-hacking IRC channel](http://community.chef.io/chat/chef-hacking). Not all platforms that a cookbook supports may be supported by Test Kitchen. Please provide evidence of testing your contribution if it isn't trivial so we don't have to duplicate effort in testing. Chef @@ -250,11 +250,11 @@ Please do ensure that your changes do not break or modify behavior for other platforms supported by the cookbook. For example if your changes are for Debian, make sure that they do not break on CentOS. -Please do not modify the version number in the metadata.rb, Opscode +Please do not modify the version number in the metadata.rb, Chef Software will select the appropriate version based on the release cycle information above. Please do not update the CHANGELOG.md for a new version. Not all changes to a cookbook may be merged and released in the same versions. -Opscode will update the CHANGELOG.md when releasing a new version of +Chef Software will update the CHANGELOG.md when releasing a new version of the cookbook. diff --git a/README.md b/README.md index b1d948eb..f8bb0f84 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ For an already running cluster, these actions still require manual intervention: - Author:: JJ Asghar () ```text -Copyright (c) 2009-2013, Opscode, Inc. +Copyright (c) 2009-2013, Chef Software, Inc. Copyright (c) 2014-2015, Chef Software, Inc. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/TESTING.md b/TESTING.md index 5b20bb83..80364733 100644 --- a/TESTING.md +++ b/TESTING.md @@ -68,7 +68,7 @@ Integration Testing using Vagrant --------------------------------- Integration tests can be performed on a local workstation using Virtualbox or VMWare. Detailed instructions for setting this up can be -found at the [Bento](https://github.com/opscode/bento) project web site. +found at the [Bento](https://github.com/chef/bento) project web site. Integration tests using Vagrant can be performed with either ``` diff --git a/libraries/default.rb b/libraries/default.rb index 025f01db..8edf51e1 100644 --- a/libraries/default.rb +++ b/libraries/default.rb @@ -16,7 +16,7 @@ # limitations under the License. # -module Opscode +module Chef Software # module rabbit module RabbitMQ # This method does some of the yuckiness of formatting parameters properly diff --git a/providers/plugin.rb b/providers/plugin.rb index 9264514b..f6adb8e0 100644 --- a/providers/plugin.rb +++ b/providers/plugin.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq # Provider:: plugin # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/providers/user.rb b/providers/user.rb index b3e504e1..ddc3db00 100644 --- a/providers/user.rb +++ b/providers/user.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq # Provider:: user # -# Copyright 2011-2013, Opscode, Inc. +# Copyright 2011-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/providers/vhost.rb b/providers/vhost.rb index 5b8fd7c8..504374e1 100644 --- a/providers/vhost.rb +++ b/providers/vhost.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq # Provider:: vhost # -# Copyright 2011-2013, Opscode, Inc. +# Copyright 2011-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/community_plugins.rb b/recipes/community_plugins.rb index 14c67fc2..a1fc98e7 100644 --- a/recipes/community_plugins.rb +++ b/recipes/community_plugins.rb @@ -4,7 +4,7 @@ # Recipe:: community_plugins # # Copyright 2013, Grégoire Seux -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/default.rb b/recipes/default.rb index ade65ac5..8082088d 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -3,7 +3,7 @@ # Recipe:: default # # Copyright 2009, Benjamin Black -# Copyright 2009-2013, Opscode, Inc. +# Copyright 2009-2013, Chef Software, Inc. # Copyright 2012, Kevin Nuckolls # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,7 +21,7 @@ # class Chef::Resource # rubocop:disable all - include Opscode::RabbitMQ # rubocop:enable all + include Chef Software::RabbitMQ # rubocop:enable all end case node['platform_family'] diff --git a/recipes/plugin_management.rb b/recipes/plugin_management.rb index ea8725ab..21d61780 100644 --- a/recipes/plugin_management.rb +++ b/recipes/plugin_management.rb @@ -4,7 +4,7 @@ # Recipe:: plugin_management # # Copyright 2013, Grégoire Seux -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/policy_management.rb b/recipes/policy_management.rb index a9c15aa2..6db320d4 100644 --- a/recipes/policy_management.rb +++ b/recipes/policy_management.rb @@ -4,7 +4,7 @@ # # Author: Robert Choi # Copyright 2013 by Robert Choi -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/user_management.rb b/recipes/user_management.rb index 27167c09..4c00c8fa 100644 --- a/recipes/user_management.rb +++ b/recipes/user_management.rb @@ -4,7 +4,7 @@ # Recipe:: user_management # # Copyright 2013, Grégoire Seux -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/recipes/virtualhost_management.rb b/recipes/virtualhost_management.rb index f9c6a8ad..aea96562 100644 --- a/recipes/virtualhost_management.rb +++ b/recipes/virtualhost_management.rb @@ -4,7 +4,7 @@ # Recipe:: virtualhost_management # # Copyright 2013, Grégoire Seux -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/plugin.rb b/resources/plugin.rb index 4980c7a7..e06e8624 100644 --- a/resources/plugin.rb +++ b/resources/plugin.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq # Resource:: plugin # -# Copyright 2011, Opscode, Inc. +# Copyright 2011, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/user.rb b/resources/user.rb index c96f6871..a6513c07 100644 --- a/resources/user.rb +++ b/resources/user.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq # Resource:: user # -# Copyright 2011-2013, Opscode, Inc. +# Copyright 2011-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/vhost.rb b/resources/vhost.rb index 312b04c1..eadd7d54 100644 --- a/resources/vhost.rb +++ b/resources/vhost.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq # Resource:: vhost # -# Copyright 2011, Opscode, Inc. +# Copyright 2011, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cluster_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cluster_test.rb index b625092f..14223551 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cluster_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cluster_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012, Opscode, Inc. +# Copyright 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1684_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1684_test.rb index e9a6560b..802e9331 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1684_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1684_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012, Opscode, Inc. +# Copyright 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1724_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1724_test.rb index cc50ef5f..25099f2f 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1724_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-1724_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012, Opscode, Inc. +# Copyright 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-2151-3489_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-2151-3489_test.rb index 135302fa..02a5158e 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-2151-3489_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/cook-2151-3489_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/default_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/default_test.rb index 7d43c156..1c966305 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/default_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/default_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/lwrps_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/lwrps_test.rb index 474c02be..57eaca4f 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/lwrps_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/lwrps_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/mgmt_console_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/mgmt_console_test.rb index 8a653392..9b121ff7 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/mgmt_console_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/mgmt_console_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/ssl_test.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/ssl_test.rb index f576a8bc..20b847fa 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/ssl_test.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/ssl_test.rb @@ -1,5 +1,5 @@ # -# Copyright 2012, Opscode, Inc. +# Copyright 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/support/helpers.rb b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/support/helpers.rb index 964cc026..23b09aab 100644 --- a/test/cookbooks/rabbitmq_test/files/default/tests/minitest/support/helpers.rb +++ b/test/cookbooks/rabbitmq_test/files/default/tests/minitest/support/helpers.rb @@ -1,5 +1,5 @@ # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/metadata.rb b/test/cookbooks/rabbitmq_test/metadata.rb index 14609eaf..282adb07 100644 --- a/test/cookbooks/rabbitmq_test/metadata.rb +++ b/test/cookbooks/rabbitmq_test/metadata.rb @@ -1,6 +1,6 @@ name 'rabbitmq_test' -maintainer 'Opscode, Inc.' -maintainer_email 'cookbooks@opscode.com' +maintainer 'Chef Software, Inc.' +maintainer_email 'cookbooks@chef.io' license 'Apache 2.0' description 'This cookbook is used with test-kitchen to test the parent, rabbitmq cookbook.' version '1.0.0' diff --git a/test/cookbooks/rabbitmq_test/recipes/cluster.rb b/test/cookbooks/rabbitmq_test/recipes/cluster.rb index 3ee4f619..299f204b 100644 --- a/test/cookbooks/rabbitmq_test/recipes/cluster.rb +++ b/test/cookbooks/rabbitmq_test/recipes/cluster.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq_test # Recipe:: cluster # -# Copyright 2012, Opscode, Inc. +# Copyright 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/recipes/default.rb b/test/cookbooks/rabbitmq_test/recipes/default.rb index 59bccd54..91c97d35 100644 --- a/test/cookbooks/rabbitmq_test/recipes/default.rb +++ b/test/cookbooks/rabbitmq_test/recipes/default.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq_test # Recipe:: default # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/recipes/lwrps.rb b/test/cookbooks/rabbitmq_test/recipes/lwrps.rb index 916a0222..3a106a09 100644 --- a/test/cookbooks/rabbitmq_test/recipes/lwrps.rb +++ b/test/cookbooks/rabbitmq_test/recipes/lwrps.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq_test # Recipe:: lwrps # -# Copyright 2013, Opscode, Inc. +# Copyright 2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/recipes/mgmt_console.rb b/test/cookbooks/rabbitmq_test/recipes/mgmt_console.rb index d576124d..2968164a 100644 --- a/test/cookbooks/rabbitmq_test/recipes/mgmt_console.rb +++ b/test/cookbooks/rabbitmq_test/recipes/mgmt_console.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq_test # Recipe:: mgmt_console # -# Copyright 2012-2013, Opscode, Inc. +# Copyright 2012-2013, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cookbooks/rabbitmq_test/recipes/ssl.rb b/test/cookbooks/rabbitmq_test/recipes/ssl.rb index 468d7ad0..0d9df260 100644 --- a/test/cookbooks/rabbitmq_test/recipes/ssl.rb +++ b/test/cookbooks/rabbitmq_test/recipes/ssl.rb @@ -2,7 +2,7 @@ # Cookbook Name:: rabbitmq_test # Recipe:: ssl # -# Copyright 2012, Opscode, Inc. +# Copyright 2012, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.