We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c17c6 commit fefe15eCopy full SHA for fefe15e
manifests/dotfile.pp
@@ -26,7 +26,7 @@
26
Enum['absent', 'present'] $ensure = 'present',
27
Stdlib::Absolutepath $filename = $title,
28
String[1] $owner = 'root',
29
- String[1] $group = 'root',
+ String[1] $group = getvar('python::params::group'),
30
Stdlib::Filemode $mode = '0644',
31
Hash $config = {},
32
) {
0 commit comments