Skip to content

Commit

Permalink
Set group owner to foreman-proxy for Salt config
Browse files Browse the repository at this point in the history
Fixes: 4ea5cf8
  • Loading branch information
maximiliankolb authored Oct 12, 2023
1 parent b10ba9b commit fbf3322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/salt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
ensure => file,
content => template('foreman_proxy/plugin/salt_master.conf.erb'),
owner => 'root',
group => pick($group, $user),
group => pick($group, $foreman_proxy::user),
mode => '0640',
}
}

0 comments on commit fbf3322

Please sign in to comment.