Switch to namespace sdtlib functions

puppetlabs-stdlib deprecated the existing functions in favor of
the new stdlib:: functions in 9.0.0. The version was released a few
years ago and now we assume we are ready to adopt to the migration.

Change-Id: I4cf5919830d3237f25f9b7d719174aa0f93bdfaf
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-14 18:26:44 +09:00
parent 42c5214970
commit 83a0976b2a
2 changed files with 2 additions and 2 deletions

View File

@@ -347,7 +347,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",