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:
@@ -3,6 +3,7 @@ class readarr (
|
||||
$packages = $readarr::params::packages,
|
||||
$user = $readarr::params::user,
|
||||
$group = $readarr::params::group,
|
||||
$manage_group = $readarr::params::manage_group,
|
||||
$base_path = $readarr::params::base_path,
|
||||
$install_path = $readarr::params::install_path,
|
||||
$config_folder = $readarr::params::config_folder,
|
||||
|
||||
Reference in New Issue
Block a user