fix: readd to jellyfin_haproxy (#297)
- fix operator for jellyfin/haproxy Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/297
This commit is contained in:
parent
596e498a00
commit
c0aab1087e
@ -13,7 +13,7 @@ class profiles::media::jellyfin (
|
||||
Boolean $migrate_data = true,
|
||||
) {
|
||||
|
||||
if $facts['virtual'] == 'lxc' {
|
||||
if $facts['virtual'] != 'lxc' {
|
||||
include profiles::ceph::client
|
||||
|
||||
# manage the sharedvol
|
||||
|
||||
Loading…
Reference in New Issue
Block a user