Skip to content

Commit

Permalink
explicitly convert the configatron instance to hash when accessing th…
Browse files Browse the repository at this point in the history
…ings via the old configuration hash
  • Loading branch information
jnewland committed Mar 6, 2009
1 parent 8d389a1 commit 0670677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shadow_puppet/manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def self.recipe(*methods)
# Subclasses of the Manifest class properly inherit the parent classes'
# configuration.
def self.configuration
configatron
configatron.to_hash
end

# Access to the configuration of the creating class.
Expand Down

0 comments on commit 0670677

Please sign in to comment.