diff options
author | Melissa <melissa@puppet.com> | 2018-11-28 14:10:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 14:10:07 -0800 |
commit | d1e79e0f4a3c46f5727c85248bcedce0847b3c92 (patch) | |
tree | d11355b73df883750c79c6f267bb65e4c3f7a1a1 | |
parent | 699785957bf149e234ba0ec20581e0187b2f4f85 (diff) | |
parent | aad6881a428e9ac20ddf38307bfd42ced02504df (diff) | |
download | puppet-augeas_core-d1e79e0f4a3c46f5727c85248bcedce0847b3c92.tar.gz puppet-augeas_core-d1e79e0f4a3c46f5727c85248bcedce0847b3c92.tar.bz2 |
Merge pull request #13 from puppetlabs/modules8182
Expand test coverage
-rw-r--r-- | .travis.yml | 7 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | metadata.json | 2 |
3 files changed, 8 insertions, 5 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: @@ -42,11 +42,11 @@ augeas { 'add_services_entry': ## Usage -For details on usage, please see [the augeas puppet docs](https://puppet.com/docs/puppet/latest/types/augeas.html) and [examples](https://puppet.com/docs/puppet/latest/resources_augeas.html). +For details on usage, please see the [reference documentation](REFERENCE.md) and [examples](https://puppet.com/docs/puppet/latest/resources_augeas.html). ## Reference -Please see REFERENCE.md for the reference documentation. +Please see [`REFERENCE.md`](REFERENCE.md) for the reference documentation. This module is documented using Puppet Strings. diff --git a/metadata.json b/metadata.json index 9a54540..cd9ffa7 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,7 @@ "summary": "Manage files using Augeas", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-augeas_core", - "project_page": "https://github.com/puppetlabs/puppetlabs-augeas_core/blob/master/README.md", + "project_page": "https://github.com/puppetlabs/puppetlabs-augeas_core", "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ |