diff options
author | Josh Cooper <josh@puppet.com> | 2018-07-17 19:37:38 -0700 |
---|---|---|
committer | Josh Cooper <josh@puppet.com> | 2018-07-17 19:37:38 -0700 |
commit | 3a32fccd8242afa810d6ca827ac97cbc25c385de (patch) | |
tree | 36fd96b32c3747e3a37be1f9ae4acd361be98fca | |
parent | e72c045a30bf7c6b6bea3b1baf4b759de96d1a35 (diff) | |
download | puppet-augeas_core-3a32fccd8242afa810d6ca827ac97cbc25c385de.tar.gz puppet-augeas_core-3a32fccd8242afa810d6ca827ac97cbc25c385de.tar.bz2 |
Include puppet 6 and remove default role
* bump max version to 7
* install module on all hosts, not just those with the default role
* point project URL to module's README
-rw-r--r-- | metadata.json | 4 | ||||
-rw-r--r-- | spec/spec_helper_acceptance.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/metadata.json b/metadata.json index 5d7853d..8599c0f 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://puppet.com/docs/puppet/latest/types/augeas.html", + "project_page": "https://github.com/puppetlabs/puppetlabs-augeas_core/blob/master/README.md", "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ @@ -57,7 +57,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 6.0.0" + "version_requirement": ">= 4.7.0 < 7.0.0" } ], "pdk-version": "1.6.0", diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 848f7d9..a6836f2 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -6,7 +6,7 @@ RSpec.configure do |c| c.before :suite do unless ENV['BEAKER_provision'] == 'no' run_puppet_install_helper - install_module_on(hosts_as('default')) + install_module_on(hosts) install_module_dependencies_on(hosts) end end |