Skip to content

Commit

Permalink
opscode2chef
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Feb 18, 2015
1 parent fa1c7ee commit 52c69b4
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 Opscode
module Chef
# 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 Opscode::RabbitMQ # rubocop:enable all
include Chef::RabbitMQ # rubocop:enable all
end

case node['platform_family']
Expand Down

5 comments on commit 52c69b4

@jjasghar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jjasghar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmluciano
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this change be reverted? Or should I push it up again?

@someara
Copy link

@someara someara commented on 52c69b4 Feb 19, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmluciano
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.