Merge pull request 'feat: manage jellyfin data migration_flag' (#90) from neoloc/jellyfin into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/90
This commit was merged in pull request #90.
This commit is contained in:
2024-07-04 00:09:22 +10:00
5 changed files with 142 additions and 1 deletions
@@ -0,0 +1,9 @@
# frozen_string_literal: true
require 'facter'
Facter.add(:jellyfin_migration_done) do
setcode do
File.exist?('/etc/sysconfig/jellyfin_migration_done')
end
end