Skip to content

Commit

Permalink
Switch from garethr/erlang->puppet/erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 31, 2023
1 parent c442d00 commit 1c85a3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fixtures:
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
apt: 'https://github.com/puppetlabs/puppetlabs-apt'
archive: 'https://github.com/voxpupuli/puppet-archive'
erlang: 'https://github.com/garethr/garethr-erlang'
erlang: 'https://github.com/voxpupuli/puppet-erlang'
systemd: 'https://github.com/voxpupuli/puppet-systemd'
yumrepo_core:
repo: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core'
Expand Down
3 changes: 1 addition & 2 deletions examples/erlang_deps.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# install first the garethr-erlang module. See README.md
# install first the puppet/erlang module. See README.md
include erlang

class { 'erlang': epel_enable => true }
Class['erlang'] -> Class['rabbitmq']
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when 'Debian'
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0')
when 'RedHat'
install_module_from_forge_on(host, 'garethr-erlang', '>= 0.3.0 < 1.0.0')
install_module_from_forge_on(host, 'puppet-erlang', '>= 1.1.0 < 2.0.0')
if fact_on(host, 'os.selinux.enabled')
# Make sure selinux is disabled so the tests work.
on host, puppet('resource', 'exec', 'setenforce 0', 'path=/bin:/sbin:/usr/bin:/usr/sbin', 'onlyif=which setenforce && getenforce | grep Enforcing')
Expand Down

0 comments on commit 1c85a3e

Please sign in to comment.