pdksync_1.9.0-0-g7281db5

This commit is contained in:
lionce
2019-01-31 11:22:53 +02:00
parent 25898c0fc9
commit f7f3fb9da2
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1 @@
--relative

View File

@@ -78,6 +78,6 @@
}
],
"template-url": "https://github.com/puppetlabs/pdk-templates/",
"template-ref": "heads/master-0-g6814a87",
"pdk-version": "1.7.1"
}
"template-ref": "1.9.0-0-g7281db5",
"pdk-version": "1.9.0"
}

View File

@@ -32,6 +32,9 @@ RSpec.configure do |c|
# by default Puppet runs at warning level
Puppet.settings[:strict] = :warning
end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do
end
end
def ensure_module_defined(module_name)