Change hostnet to bool
This commit is contained in:
parent
aa2a869203
commit
bf5abc073e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ define sunetdrive::app_type (
|
||||||
$php_memory_limit_mb = 512
|
$php_memory_limit_mb = 512
|
||||||
}
|
}
|
||||||
if $::facts['dockerhost2'] == 'yes' {
|
if $::facts['dockerhost2'] == 'yes' {
|
||||||
$hostnet = 'yes'
|
$hostnet = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# These are encrypted values from local.eyaml
|
# These are encrypted values from local.eyaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue