feat: manage jellyfin data migration_flag
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user