Skip to content

Commit 38478be

Browse files
committed
Updated module deps to work with puppet 6
1 parent 72a5396 commit 38478be

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.fixtures.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ fixtures:
33
archive:
44
repo: puppet/archive
55
ref: 0.5.1
6+
augeas_core:
7+
repo: puppetlabs/augeas_core
8+
ref: 1.0.4
69
stdlib:
710
repo: puppetlabs/stdlib
811
ref: 4.13.1
@@ -19,8 +22,11 @@ fixtures:
1922
repo: puppetlabs/apt
2023
ref: 2.2.2
2124
zypprepo:
22-
repo: darin/zypprepo
23-
ref: 1.0.2
25+
repo: puppet/zypprepo
26+
ref: 2.2.2
27+
yumrepo_core:
28+
repo: puppetlabs/yumrepo_core
29+
ref: 1.0.3
2430
java_ks: puppetlabs/java_ks
2531
elastic_stack:
2632
repo: elastic/elastic_stack

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When using the repository management, the following module dependencies are requ
5656

5757
* General: [Elastic/elastic_stack](https://forge.puppet.com/elastic/elastic_stack)
5858
* Debian/Ubuntu: [Puppetlabs/apt](https://forge.puppetlabs.com/puppetlabs/apt)
59-
* OpenSuSE/SLES: [Darin/zypprepo](https://forge.puppetlabs.com/darin/zypprepo)
59+
* OpenSuSE/SLES: [puppet/zypprepo](https://forge.puppetlabs.com/puppet/zypprepo)
6060

6161
### Beginning with Elasticsearch
6262

spec/spec_helper_acceptance.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ class { 'elasticsearch':
231231
] + Beaker::DSL::InstallUtils::ModuleUtils::PUPPET_MODULE_INSTALL_IGNORE
232232

233233
hosts.each do |host|
234-
modules = %w[archive datacat java java_ks stdlib elastic_stack]
234+
modules = %w[archive augeas_core datacat java java_ks stdlib elastic_stack]
235235

236236
dist_module = {
237237
'Debian' => ['apt'],
238238
'Suse' => ['zypprepo'],
239-
'RedHat' => ['concat']
239+
'RedHat' => %w[concat yumrepo]
240240
}[f['os']['family']]
241241

242242
modules += dist_module unless dist_module.nil?

0 commit comments

Comments
 (0)