Title: Message Title
Nick Lewis commented on an issue
Puppet / Bug PUP-1240
err: Failed to apply catalog: Parameter repeat failed: Repeat must be 1 unless periodmatch is 'distance', not 'number'
<pre>
schedule { 'fails':
    range => '17 - 20',
    period => daily,
    periodmatch => number,
    repeat => 1,
}
</pre>

Produces this error:

<pre>
err: Failed to apply catalog: Parameter repeat failed: Re...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to