feat: manage sonarr configuration

- add config class to sonarr module
- update params to include unique group param
This commit is contained in:
2024-06-25 23:30:10 +10:00
parent 34e696e8c3
commit f22556b39f
8 changed files with 113 additions and 31 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
class sonarr::install (
$packages = $sonarr::packages,
$user = $sonarr::user,
$group = $sonarr::user,
$group = $sonarr::group,
$base_path = $sonarr::base_path,
$install_path = $sonarr::install_path,
$config_folder = $sonarr::config_folder,