Method: Puppet::Type#autonotify
- Defined in:
- lib/puppet/type.rb
#autonotify(rel_catalog = nil) ⇒ Object
2127 2128 2129 |
# File 'lib/puppet/type.rb', line 2127 def autonotify(rel_catalog = nil) autorelation(:notify, rel_catalog) end |