aboutsummaryrefslogtreecommitdiff
path: root/REFERENCE.md
diff options
context:
space:
mode:
authorGitHub Action <puppetlabs@users.noreply.github.com>2023-02-14 23:35:12 +0000
committerGitHub Action <puppetlabs@users.noreply.github.com>2023-02-14 23:35:12 +0000
commitfd10ed8b1feb4f94561062f8e35bc208a573fda6 (patch)
tree68455d6d06644bdb4497474e7bf29f5d83981c59 /REFERENCE.md
parentb720642cb692629eacc0224f93d046c1d75b4dbd (diff)
downloadpuppet-cron_core-fd10ed8b1feb4f94561062f8e35bc208a573fda6.tar.gz
puppet-cron_core-fd10ed8b1feb4f94561062f8e35bc208a573fda6.tar.bz2
Release prep v1.2.0
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 6b7b91f..4c3f446 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -178,10 +178,10 @@ Day ranges can only be numeric; e.g. '1-5' for weekdays, but not 'Mon-Fri'.
The following parameters are available in the `cron` type.
-* [`name`](#name)
-* [`provider`](#provider)
+* [`name`](#-cron--name)
+* [`provider`](#-cron--provider)
-##### <a name="name"></a>`name`
+##### <a name="-cron--name"></a>`name`
namevar
@@ -193,7 +193,7 @@ against specified jobs (and Puppet adds a comment to cron jobs it adds),
but it is at least possible that converting from unmanaged jobs to
managed jobs might require manual intervention.
-##### <a name="provider"></a>`provider`
+##### <a name="-cron--provider"></a>`provider`
The specific backend to use for this `cron` resource. You will seldom need to specify this --- Puppet will usually
discover the appropriate provider for your platform.