From 45c943cf1321263f4d77eed1bf57c3dfd9bd7c5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Mon, 23 Oct 2023 22:12:48 +0200
Subject: [PATCH] s/encode/escape/

---
 manifests/ident.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/ident.pp b/manifests/ident.pp
index 22b05ea..5fa4b2a 100644
--- a/manifests/ident.pp
+++ b/manifests/ident.pp
@@ -39,6 +39,6 @@ class irc_bouncer::ident {
       'File /etc/oidentd.conf',
       'Format global { reply "%user%" }',
       '', # Trailing newline
-    ].map |$s| { percent_encode($s) }.join("\n"),
+    ].map |$s| { percent_escape($s) }.join("\n"),
   }
 }
-- 
GitLab