Switch to boolean

This commit is contained in:
Micke Nordin 2024-05-21 17:47:42 +02:00
parent bf5abc073e
commit b3d9873176

View file

@ -27,7 +27,7 @@ class sunetdrive::proxysql (
$transaction_persistent = 1 $transaction_persistent = 1
if $::facts['dockerhost2'] == 'yes' { if $::facts['dockerhost2'] == 'yes' {
$hostnet = 'yes' $hostnet = true
} }
file { '/usr/local/bin/proxysql': file { '/usr/local/bin/proxysql':