Method: Puppet::Type#purging
- Defined in:
- lib/puppet/type.rb
#purging ⇒ Object
TODO:
what does this mean; “mark that we are purging” (purging what from where). How to use/when? Is this internal API in transactions?
Marks the object as “being purged”. This method is used by transactions to forbid deletion when there are dependencies.
2543 2544 2545 |
# File 'lib/puppet/type.rb', line 2543 def purging @purging = true end |