From 593f08a9496bd8af76e514358334870fca4d98a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 22 Nov 2023 16:35:16 -1000 Subject: [PATCH] Remove legacy top-scope syntax --- CHANGELOG.md | 2 +- HISTORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33668e7..29a5b14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -379,7 +379,7 @@ This is the last release with Puppet 3 support! - We added JIRA 7 Support ### Improvements -- Use defined function to test for the existence of the fact ::jira_ver +- Use defined function to test for the existence of the fact jira_ver - Added hieradata examples for Oracle DB backend - Added containment for mysql_connector class - Support STRICT_VARIABLES=yes diff --git a/HISTORY.md b/HISTORY.md index d4186305..75d94d73 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -59,7 +59,7 @@ This is the last release with Puppet 3 support! - We added JIRA 7 Support ### Improvements -- Use defined function to test for the existence of the fact ::jira_ver +- Use defined function to test for the existence of the fact jira_ver - Added hieradata examples for Oracle DB backend - Added containment for mysql_connector class - Support STRICT_VARIABLES=yes