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 f50e440 commit 83c17c6Copy full SHA for 83c17c6
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 = getvar('python::params::group'),
+ String[1] $group = 'root',
30
Stdlib::Filemode $mode = '0644',
31
Hash $config = {},
32
) {
0 commit comments