Title: Message Title
Charlie Sharpsteen commented on an issue
Puppet / Bug PUP-1908
incorrect parsing of range after DST change
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 compl...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to