Method: Puppet::Type.autonotify
- Defined in:
- lib/puppet/type.rb
.autonotify(name, &block) ⇒ Object
2064 2065 2066 2067 |
# File 'lib/puppet/type.rb', line 2064 def self.autonotify(name, &block) @autonotifies ||= {} @autonotifies[name] = block end |