Issue #1125 has been updated by Evan Borgstrom.
DST just happened again and I'm now seeing this issue.
<pre>
(#507:1u:0r:0s) r...@fatbox[/h/evan]: puppetd --verbose --onetime --no-daemonize
info: Retrieving plugin
info: Caching catalog for fatbox.fatboxes.com
info: Applying configuration version '1268580983'
err: Could not apply complete catalog: Incorrectly converted time: Sun Mar 14
03:00:21 -0400 2010: 3 vs 2 at /opt/puppet/modules/apt/manifests/init.pp:26
notice: Finished catalog run in 28.04 seconds
</pre>
The manifest that's generating this is
<pre>
schedule {
"apt-clean":
period => daily,
range => "2 - 4",
repeat => 1;
}
exec {
"apt-clean":
schedule => "apt-clean",
command => "/usr/bin/apt-get autoclean",
require => Package["apt"];
}
</pre>
Both client and master are version `0.25.4` from the Debian backports repo.
Let me know what other info I can provide.
----------------------------------------
Bug #1125: incorrect parsing of range after DST change
http://projects.reductivelabs.com/issues/1125
Author: Jeff Lawhorn
Status: Accepted
Priority: Low
Assigned to:
Category: schedule
Target version:
Patch: None
Affected version: 0.24.7
Keywords:
Branch:
After the Daylight Savings Time change this morning, range statements are not
being parsed correctly.
The code:
<pre>
schedule { 'daily2am':
range => "02:00 - 02:59",
period => daily,
repeat => 1,
}
</pre>
Worked just fine for the last few months. After the DST change, this error is
generated:
<pre>
err: Could not apply complete catalog: Incorrectly converted time: Sun Mar 09
03:00:23 -0700 2008: 3 vs 2 at /etc/puppet/manifests/schedules/daily2am.pp:6
</pre>
This happens with versions 0.23.2 and 0.24.2
--
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.