Merge "Switch to namespace sdtlib functions"

This commit is contained in:
Zuul
2025-08-15 07:52:29 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ class cloudkitty(
file {'metrics.yml':
ensure => present,
path => $::cloudkitty::params::metrics_yaml,
content => to_yaml($metrics_config),
content => stdlib::to_yaml($metrics_config),
mode => '0640',
owner => 'root',
group => $::cloudkitty::params::group,

View File

@@ -11,7 +11,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <10.0.0"
"version_requirement": ">=9.0.0 <10.0.0"
},
{
"name": "openstack/openstacklib",