Resource Type: pulp_schedule
- Defined in:
- lib/puppet/type/pulp_schedule.rb
- Providers:
-
api
Overview
doc
Properties
-
enabled
(defaults to: true)
if “false”, the schedule will exist but will not trigger any executions
-
ensure
(defaults to: present)
Create/Remove pulp repo schedules.
Supported values:- present
- absent
-
failure_threshold
number of failures before the schedule is automatically disabled; unspecified means the schedule will never be automatically disabled
Supported values:- /^\d+$/
-
schedule_time
time to execute in iso8601 format (yyyy-mm-ddThh:mm:ssZ/PiuT); the number of recurrences may be specified in this value
Parameters
-
name (namevar)
repo-id: uniquely identifies the rpm repo
-
provider
The specific backend to use for this ‘pulp_schedule` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.