Skip to content

Commit

Permalink
Change /etc perms for munge to work with Rocky9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Sep 23, 2024
1 parent b00a0c6 commit b0367d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def generate_munge_key
code <<-GENERATE_KEY
set -e
/usr/sbin/mungekey --verbose --force
chmod 0755 /etc
chmod 0600 /etc/munge/munge.key
GENERATE_KEY
end
Expand Down

0 comments on commit b0367d0

Please sign in to comment.