Skip to content

Commit

Permalink
Merge pull request #231 from cmluciano/cml/revertopscodetochef
Browse files Browse the repository at this point in the history
Change module back to Opscode.
  • Loading branch information
JJ Asghar committed Feb 19, 2015
2 parents d445d83 + 42d6fc7 commit eab8bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

module Chef
module Opscode
# module rabbit
module RabbitMQ
# This method does some of the yuckiness of formatting parameters properly
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#
class Chef::Resource # rubocop:disable all
include Chef::RabbitMQ # rubocop:enable all
include Opscode::RabbitMQ # rubocop:enable all
end

case node['platform_family']
Expand Down

0 comments on commit eab8bc1

Please sign in to comment.