Initial Chef repository
This commit is contained in:
9
cookbooks/smf/libraries/helper.rb
Normal file
9
cookbooks/smf/libraries/helper.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
unless defined?(SMFManifest::Helper)
|
||||
module SMFManifest
|
||||
# Generic helper that other helpers can inherit from.
|
||||
# Takes the current node object, as well as an optional
|
||||
# resource.
|
||||
class Helper < Struct.new(:node, :resource)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user