voxpupuli / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
https://forge.puppet.com/puppet/rvm
BSD 3-Clause "New" or "Revised" License
32 stars 103 forks source link

modulesync 7.2.0 #198

Closed bastelfreak closed 10 months ago

ekohl commented 10 months ago

Well, this is a bug in beaker_puppet_helpers with quoting:

 Failure/Error: install_puppet_module_via_pmt_on(host, 'puppet-epel', '>= 3.0.1 < 4.0.0') if fact_on(host, 'os.name') == 'CentOS'
Beaker::Host::CommandFailure:
  Host 'centos7-64-puppet7.example.com' exited with 1 running:
   puppet module --version=>= 3.0.1 < 4.0.0 install puppet-epel
  Last 10 lines of output were:
    bash: 4.0.0: No such file or directory
ekohl commented 10 months ago

https://github.com/voxpupuli/beaker_puppet_helpers/pull/40 should fix that.

ekohl commented 10 months ago

Now includes https://github.com/voxpupuli/puppet-rvm/pull/204 to drop OracleLinux, since it failed in testing.