Skip to content

Commit 1c85a3e

Browse files
committed
Switch from garethr/erlang->puppet/erlang
1 parent c442d00 commit 1c85a3e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fixtures:
33
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
44
apt: 'https://github.com/puppetlabs/puppetlabs-apt'
55
archive: 'https://github.com/voxpupuli/puppet-archive'
6-
erlang: 'https://github.com/garethr/garethr-erlang'
6+
erlang: 'https://github.com/voxpupuli/puppet-erlang'
77
systemd: 'https://github.com/voxpupuli/puppet-systemd'
88
yumrepo_core:
99
repo: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core'

examples/erlang_deps.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# install first the garethr-erlang module. See README.md
1+
# install first the puppet/erlang module. See README.md
22
include erlang
33

4-
class { 'erlang': epel_enable => true }
54
Class['erlang'] -> Class['rabbitmq']

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
when 'Debian'
88
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
99
when 'RedHat'
10-
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
10+
install_module_from_forge_on(host, 'puppet-erlang', '>= 1.1.0 < 2.0.0')
1111
if fact_on(host, 'os.selinux.enabled')
1212
# Make sure selinux is disabled so the tests work.
1313
on host, puppet('resource', 'exec', 'setenforce 0', 'path=/bin:/sbin:/usr/bin:/usr/sbin', 'onlyif=which setenforce && getenforce | grep Enforcing')

0 commit comments

Comments
 (0)