Issue #5287 has been reported by R.I. Pienaar.
----------------------------------------
Bug #5287: Schedule documentation is wrong
https://projects.puppetlabs.com/issues/5287
Author: R.I. Pienaar
Status: Unreviewed
Priority: Normal
Assignee:
Category: documentation
Target version:
Affected Puppet version: 2.6.2
Keywords:
Branch:
The documentation for schedule has:
<pre>
- **name**
The name of the schedule. This name is used to retrieve the
schedule when assigning it to an object::
schedule { daily:
period => daily,
range => [2, 4]
}
</pre>
Which when copied directly produce:
<pre>
Parameter range failed: Invalid range value '2' at /home/rip/test.pp:4
</pre>
--
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://projects.puppetlabs.com/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.