Closed bastelfreak closed 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
https://github.com/voxpupuli/beaker_puppet_helpers/pull/40 should fix that.
Now includes https://github.com/voxpupuli/puppet-rvm/pull/204 to drop OracleLinux, since it failed in testing.
Well, this is a bug in beaker_puppet_helpers with quoting: