Switch to boolean
This commit is contained in:
parent
bf5abc073e
commit
b3d9873176
|
@ -27,7 +27,7 @@ class sunetdrive::proxysql (
|
|||
|
||||
$transaction_persistent = 1
|
||||
if $::facts['dockerhost2'] == 'yes' {
|
||||
$hostnet = 'yes'
|
||||
$hostnet = true
|
||||
}
|
||||
|
||||
file { '/usr/local/bin/proxysql':
|
||||
|
|
Loading…
Reference in a new issue