Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 9.0.0"
"version_requirement": ">= 4.13.1 < 10.0.0"
}
],
"operatingsystem_support": [
Expand Down
4 changes: 2 additions & 2 deletions spec/acceptance/format_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@

concat::fragment { '1':
target => '#{basedir}/file',
content => to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
content => stdlib::to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
}

concat::fragment { '2':
target => '#{basedir}/file',
content => to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
content => stdlib::to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
}
MANIFEST
end
Expand Down