diff options
author | Melissa <melissa@puppet.com> | 2018-11-28 14:11:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 14:11:49 -0800 |
commit | e48c6d8c3ba5e306d9f6fd379d118b3156c0235d (patch) | |
tree | c0ffcb56a38df048107922c99858ae239cb11533 /README.md | |
parent | 9ee97b0b15b5e0576b8d8f6f41d488bad89e1a76 (diff) | |
parent | be86d015d457af1a203d99a8b8be78a4c2891046 (diff) | |
download | puppet-mailalias_core-e48c6d8c3ba5e306d9f6fd379d118b3156c0235d.tar.gz puppet-mailalias_core-e48c6d8c3ba5e306d9f6fd379d118b3156c0235d.tar.bz2 |
Merge pull request #15 from puppetlabs/modules8182
Expand test coverage
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ This example will redirect mail for the ftp account to root's mailbox. ## Usage The mailalias module is used to manage entries in `/etc/aliases`, which creates an email alias in the local alias database. -For details on usage, please see [the puppet docs](https://puppet.com/docs/puppet/latest/types/mailalias.html). +For details on usage, please see [`REFERENCE.md`](REFERENCE.md) for the reference documentation. #### file A file containing the alias’s contents. The file and the recipient entries are mutually exclusive. |