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 b10ba9b commit fbf3322Copy full SHA for fbf3322
manifests/plugin/salt.pp
@@ -61,7 +61,7 @@
61
ensure => file,
62
content => template('foreman_proxy/plugin/salt_master.conf.erb'),
63
owner => 'root',
64
- group => pick($group, $user),
+ group => pick($group, $foreman_proxy::user),
65
mode => '0640',
66
}
67
0 commit comments