opscode (owner)

Revisions

  • 6f6137 Tue Sep 01 13:26:02 -0700 2009
gist: 179369 Download_button fork
public
Public Clone URL: git://gist.github.com/179369.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
test Mash.new unless attribute? :test
 
test[:frontend] = {} unless test.attribute? :frontend
test[:frontend][:message] = "message from Xenu"
 
test[:frontend][:per_node] = "default value" unless test[:frontend].attribute? :per_node