diff options
| -rw-r--r-- | metadata.json | 2 | ||||
| -rw-r--r-- | spec/spec_helper_acceptance.rb | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/metadata.json b/metadata.json index 3867245..97f439c 100644 --- a/metadata.json +++ b/metadata.json @@ -83,7 +83,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  | 
