feat: add manage_group param to *arr stack
- change hieradata/role/apps/media/* to use correct namespaces - add manage_group boolean to all *arr stack modules
This commit is contained in:
@@ -15,6 +15,7 @@ class radarr::params (
|
||||
],
|
||||
String $user = 'radarr',
|
||||
String $group = 'radarr',
|
||||
Boolean $manage_group = true,
|
||||
Stdlib::Absolutepath $base_path = '/opt/radarr',
|
||||
Stdlib::Absolutepath $install_path = '/opt/radarr/bin',
|
||||
Stdlib::Absolutepath $config_folder = '/home/radarr/.config',
|
||||
|
||||
Reference in New Issue
Block a user