Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stdlib9 #164

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Require stdlib >= 9.x
treydock committed Oct 16, 2024
commit 017c6561bc75a52136766e53ab343942b030a8fe
2 changes: 1 addition & 1 deletion manifests/cluster.pp
Original file line number Diff line number Diff line change
@@ -330,7 +330,7 @@
if $source {
$content = undef
} else {
$content = to_yaml($config)
$content = stdlib::to_yaml($config)
}

file { "/etc/ood/config/clusters.d/${name}.yml":
2 changes: 1 addition & 1 deletion manifests/conf.pp
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
if $data {
$_content = join([
'# File managed by Puppet - DO NOT EDIT',
to_yaml($data, { 'line_width' => -1 }),
stdlib::to_yaml($data, { 'line_width' => -1 }),
'',
], "\n")
} elsif $content_template {
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
@@ -582,7 +582,7 @@
'dex_uri' => $dex_uri,
'dex' => $_dex_config,
}.filter |$key, $value| { $value =~ NotUndef }
$ood_portal_yaml = to_yaml($ood_portal_config)
$ood_portal_yaml = stdlib::to_yaml($ood_portal_config)
$base_apps = {
'dashboard' => { 'package' => 'ondemand', 'manage_package' => false },
'shell' => { 'package' => 'ondemand', 'manage_package' => false },
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
},
{
"name": "puppetlabs/apt",
@@ -38,7 +38,7 @@
},
{
"name": "puppet/systemd",
"version_requirement": ">= 0.4.0 <7.0.0"
"version_requirement": ">= 0.4.0 <8.0.0"
},
{
"name": "puppet/epel",