Skip to content

Commit

Permalink
Added namepsace for knife-rackspace to be used in knife.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsethi committed Oct 26, 2012
1 parent 7037953 commit 0f350fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/chef/knife/rackspace_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
#

class Chef

class Config
# Namespace for knife-rackspace
knife[:rackspace] = Hash.new
end

class Knife
module RackspaceBase

Expand Down

0 comments on commit 0f350fb

Please sign in to comment.