aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa <melissa@puppet.com>2018-11-28 14:11:49 -0800
committerGitHub <noreply@github.com>2018-11-28 14:11:49 -0800
commite48c6d8c3ba5e306d9f6fd379d118b3156c0235d (patch)
treec0ffcb56a38df048107922c99858ae239cb11533
parent9ee97b0b15b5e0576b8d8f6f41d488bad89e1a76 (diff)
parentbe86d015d457af1a203d99a8b8be78a4c2891046 (diff)
downloadpuppet-mailalias_core-e48c6d8c3ba5e306d9f6fd379d118b3156c0235d.tar.gz
puppet-mailalias_core-e48c6d8c3ba5e306d9f6fd379d118b3156c0235d.tar.bz2
Merge pull request #15 from puppetlabs/modules8182
Expand test coverage
-rw-r--r--.travis.yml7
-rw-r--r--README.md2
-rw-r--r--metadata.json2
3 files changed, 7 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 81f77dd..e8c30de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,10 @@ script:
- 'bundle exec rake $CHECK'
bundler_args: --without system_tests
rvm:
- - 2.4.1
+ - 2.5.3
env:
global:
- - BEAKER_PUPPET_COLLECTION=puppet5 PUPPET_GEM_VERSION="~> 5.0"
+ - PUPPET_GEM_VERSION="~> 6.0"
matrix:
fast_finish: true
include:
@@ -25,6 +25,9 @@ matrix:
-
env: CHECK=parallel_spec
-
+ env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
+ rvm: 2.4.5
+ -
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
rvm: 2.1.9
branches:
diff --git a/README.md b/README.md
index 07482c7..3f22968 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/metadata.json b/metadata.json
index 9597cbc..f24900d 100644
--- a/metadata.json
+++ b/metadata.json
@@ -5,7 +5,7 @@
"summary": "Creates an email alias in the local alias database.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-mailalias_core",
- "project_page": "https://github.com/puppetlabs/puppetlabs-mailalias_core/blob/master/README.md",
+ "project_page": "https://github.com/puppetlabs/puppetlabs-mailalias_core",
"issues_url": "https://tickets.puppetlabs.com/projects/MODULES",
"dependencies": [