summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction/change.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/transaction/change.rb')
-rw-r--r--lib/puppet/transaction/change.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/puppet/transaction/change.rb b/lib/puppet/transaction/change.rb
index e1863ee13..cc7629376 100644
--- a/lib/puppet/transaction/change.rb
+++ b/lib/puppet/transaction/change.rb
@@ -43,11 +43,7 @@ class Puppet::Transaction::Change
name = @property.event(should)
end
- Puppet::Transaction::Event.new(
- :event => name,
- :transaction => transaction,
- :source => self.resource
- )
+ Puppet::Transaction::Event.new(name, self.resource)
end
def initialize(property, currentvalue)