Issue #2473 has been reported by Dan Bode.
----------------------------------------
Feature #2473: report time and yaml/node/HOST.yaml time should be the same
http://projects.reductivelabs.com/issues/2473
Author: Dan Bode
Status: Unreviewed
Priority: Low
Assigned to:
Category:
Target version:
Complexity: Unknown
Affected version: 0.24.8
Keywords:
I was expecting that the report time would match with the node time. It could
be useful at times to have a way of uniquely associating a report with a
node.(especially for testing)
below is a code example:
<pre>
node_file = Puppet[:yamldir]+"/node/"+client+".yaml"
props = YAML::load_file( node_file )
puts "node and report time did not match: [...@node_time.to_s}]
[#{self.time.to_s}]" unless @node_time.eql? self.time
</pre>
node and report time did not match: [Fri Jul 31 09:24:36 +0200 2009] [Fri Jul
31 09:24:57 +0200 2009]
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---