From c0aab1087ee48fea5ff6b00af5adae5d032d84f5 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 24 May 2025 21:10:56 +1000 Subject: [PATCH] fix: readd to jellyfin_haproxy (#297) - fix operator for jellyfin/haproxy Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/297 --- site/profiles/manifests/media/jellyfin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/profiles/manifests/media/jellyfin.pp b/site/profiles/manifests/media/jellyfin.pp index c4e0525..03f0096 100644 --- a/site/profiles/manifests/media/jellyfin.pp +++ b/site/profiles/manifests/media/jellyfin.pp @@ -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