File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 "dependencies" : [
1111 {
1212 "name" : " puppetlabs/stdlib" ,
13- "version_requirement" : " >= 4.13.1 < 9 .0.0"
13+ "version_requirement" : " >= 9.0.0 < 10 .0.0"
1414 }
1515 ],
1616 "operatingsystem_support" : [
Original file line number Diff line number Diff line change 9595
9696 concat::fragment { '1':
9797 target => '#{ basedir } /file',
98- content => to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
98+ content => stdlib:: to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
9999 }
100100
101101 concat::fragment { '2':
102102 target => '#{ basedir } /file',
103- content => to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
103+ content => stdlib:: to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
104104 }
105105 MANIFEST
106106 end
You can’t perform that action at this time.
0 commit comments