feat: add jellyfin module

This commit is contained in:
2024-06-30 00:01:38 +10:00
parent 0d4652cfdf
commit e437629e12
4 changed files with 48 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# jellyfin params
class jellyfin::params (
Array[String] $packages = [
'jellyfin',
'jellyfin-web',
'jellyfin-server',
'SDL2',
'ffmpeg',
'ffmpeg-devel',
],
String $service_name = 'jellyfin',
Boolean $service_enable = true,
) { }