From b3d98731762747784d18e574b2190d0d7a7f7063 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 21 May 2024 17:47:42 +0200 Subject: [PATCH] Switch to boolean --- manifests/proxysql.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/proxysql.pp b/manifests/proxysql.pp index fc45669..4926870 100644 --- a/manifests/proxysql.pp +++ b/manifests/proxysql.pp @@ -27,7 +27,7 @@ class sunetdrive::proxysql ( $transaction_persistent = 1 if $::facts['dockerhost2'] == 'yes' { - $hostnet = 'yes' + $hostnet = true } file { '/usr/local/bin/proxysql':