voxpupuli / puppet-redis

Puppet Module to manage Redis
https://forge.puppet.com/puppet/redis
Apache License 2.0
40 stars 183 forks source link

modulesync 6.0.0 #472

Closed bastelfreak closed 1 year ago

bastelfreak commented 1 year ago

modulesync 6.0.0

traylenator commented 1 year ago

Don't understand why this fails e.g. 20.04 has:

Failure/Error: install_module_from_forge_on(host, 'puppetlabs/apt', '>= 9.0.0')
NoMethodError:
  undefined method `install_module_from_forge_on' for main:Object
  Did you mean?  install_local_module_on

however running locally also with 3.0.6 it passes: Running as:

BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_PUPPET_AGENT_VERSION=7.24.0 BEAKER_setfile=ubuntu2004-64 bundle exec rake beaker

then it completes.

Function install_module_from_forge_on is in

https://github.com/voxpupuli/beaker-module_install_helper/blob/master/lib/beaker/module_install_helper.rb#L56

traylenator commented 1 year ago

Don't understand why this fails e.g. 20.04 has:

Failure/Error: install_module_from_forge_on(host, 'puppetlabs/apt', '>= 9.0.0')
NoMethodError:
  undefined method `install_module_from_forge_on' for main:Object
  Did you mean?  install_local_module_on

however running locally also with 3.0.6 it passes: Running as:

BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_PUPPET_AGENT_VERSION=7.24.0 BEAKER_setfile=ubuntu2004-64 bundle exec rake beaker

then it completes.

Function install_module_from_forge_on is in

https://github.com/voxpupuli/beaker-module_install_helper/blob/master/lib/beaker/module_install_helper.rb#L56

Understood.