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: If275592289ceccdebc2494007ae891be0585e7da
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-14 18:27:42 +09:00
parent 0af5239144
commit 52e8d302ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ class magnum::capi_helm (
owner => $kubeconfig_owner,
group => $kubeconfig_group,
mode => $kubeconfig_mode,
content => to_yaml($kubeconfig),
content => stdlib::to_yaml($kubeconfig),
require => Anchor['magnum::config::begin'],
before => Anchor['magnum::config::end'],
}
+1 -1
View File
@@ -7,7 +7,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <10.0.0"
"version_requirement": ">=9.0.0 <10.0.0"
},
{
"name": "openstack/keystone",