Skip to content

Commit fbf3322

Browse files
Set group owner to foreman-proxy for Salt config
Fixes: 4ea5cf8
1 parent b10ba9b commit fbf3322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/plugin/salt.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
ensure => file,
6262
content => template('foreman_proxy/plugin/salt_master.conf.erb'),
6363
owner => 'root',
64-
group => pick($group, $user),
64+
group => pick($group, $foreman_proxy::user),
6565
mode => '0640',
6666
}
6767
}

0 commit comments

Comments
 (0)