Skip to content

Commit fefe15e

Browse files
committed
Making sure group ownership is not set to 'root' only, with this can handle 'wheel' in FreeBSD
1 parent 83c17c6 commit fefe15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/dotfile.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Enum['absent', 'present'] $ensure = 'present',
2727
Stdlib::Absolutepath $filename = $title,
2828
String[1] $owner = 'root',
29-
String[1] $group = 'root',
29+
String[1] $group = getvar('python::params::group'),
3030
Stdlib::Filemode $mode = '0644',
3131
Hash $config = {},
3232
) {

0 commit comments

Comments
 (0)