summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/transaction.rb')
-rw-r--r--lib/puppet/transaction.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb
index 2e726df0b..f0ef8469d 100644
--- a/lib/puppet/transaction.rb
+++ b/lib/puppet/transaction.rb
@@ -115,6 +115,7 @@ class Transaction
def rollback
events = @changes.collect { |change|
if change.is_a?(Puppet::StateChange)
+ # skip changes that were never actually run
next unless change.run
#change.transaction = self
begin