diff options
author | GitHub Actions <puppetlabs@users.noreply.github.com> | 2024-03-20 21:52:14 +0000 |
---|---|---|
committer | GitHub Actions <puppetlabs@users.noreply.github.com> | 2024-03-20 21:52:14 +0000 |
commit | 011fe2cd207a36a63be53e523eda5650c846c6bc (patch) | |
tree | f2ea393afcffdfea8254d7f2abd5e52da9f52c5f /REFERENCE.md | |
parent | e688be6e169ba1502ef6b5261f282077e323c89f (diff) | |
download | puppet-mailalias_core-011fe2cd207a36a63be53e523eda5650c846c6bc.tar.gz puppet-mailalias_core-011fe2cd207a36a63be53e523eda5650c846c6bc.tar.bz2 |
Release prep v1.2.0
Diffstat (limited to 'REFERENCE.md')
-rw-r--r-- | REFERENCE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/REFERENCE.md b/REFERENCE.md index 25a335f..13ec829 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -58,16 +58,16 @@ those providers that write to disk. The following parameters are available in the `mailalias` type. -* [`name`](#name) -* [`provider`](#provider) +* [`name`](#-mailalias--name) +* [`provider`](#-mailalias--provider) -##### <a name="name"></a>`name` +##### <a name="-mailalias--name"></a>`name` namevar The alias name. -##### <a name="provider"></a>`provider` +##### <a name="-mailalias--provider"></a>`provider` The specific backend to use for this `mailalias` resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform. |