Issue #5287 has been updated by Markus Roberts.

Status changed from Ready for Checkin to Closed

Added to 2.6.x as commit:722608b3592caf31f9fbe096e7e85c33215d33fd

----------------------------------------
Bug #5287: Schedule documentation is wrong
https://projects.puppetlabs.com/issues/5287

Author: R.I. Pienaar
Status: Closed
Priority: Normal
Assignee: James Turnbull
Category: documentation
Target version: 2.6.3
Affected Puppet version: 2.6.2
Keywords: 
Branch: http://github.com/jamtur01/puppet/tree/tickets/2.6.x/5287


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.

Reply via email to