Skip to content

Commit 44234af

Browse files
committed
Pin to inifile module due to ruby 2.7 incompatibility
puppetlabs/puppetlabs-inifile@64aaa08#diff-009cf0f832b3fccfa64213c7b2d0fb136df78deec09ac2a21b6d86d729ef3436R63 causes puppet_agent specs to fail on ruby 2.7: Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/ini_setting: /Users/runner/work/puppetlabs-puppet_agent/puppetlabs-puppet_agent/spec/fixtures/modules/inifile/lib/puppet/type/ini_setting.rb:63: syntax error, unexpected '}' ..., not '%{value}'") % { value: }) unless Puppet::Util.absolut... For now, pin to the most recently released version.
1 parent d058ce3 commit 44234af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ fixtures:
22
repositories:
33
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
44
apt: https://github.com/puppetlabs/puppetlabs-apt.git
5-
inifile: https://github.com/puppetlabs/puppetlabs-inifile.git
5+
inifile:
6+
repo: https://github.com/puppetlabs/puppetlabs-inifile.git
7+
ref: "v6.2.0"
68
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
79
facts: https://github.com/puppetlabs/puppetlabs-facts.git

0 commit comments

Comments
 (0)