Merge pull request 'fix: change nzbget::manage_group to boolean' (#103) from neoloc/nzbget into develop
Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/103
This commit is contained in:
commit
ae85541f6b
@ -5,7 +5,7 @@ class nzbget::params (
|
|||||||
],
|
],
|
||||||
String $user = 'nzbget',
|
String $user = 'nzbget',
|
||||||
String $group = 'nzbget',
|
String $group = 'nzbget',
|
||||||
String $manage_group = true,
|
Boolean $manage_group = true,
|
||||||
Stdlib::Host $bind_address = '127.0.0.1',
|
Stdlib::Host $bind_address = '127.0.0.1',
|
||||||
Stdlib::Port $port = 6789,
|
Stdlib::Port $port = 6789,
|
||||||
) { }
|
) { }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user