From 269ed1ed163dbea38c68af71708a2ee82a111e4c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 24 May 2025 21:09:44 +1000 Subject: [PATCH] fix: readd to jellyfin_haproxy - fix operator for jellyfin/haproxy --- 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 -- 2.47.3