Skip to content

Commit

Permalink
More hacks to appease munge during acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Oct 14, 2024
1 parent a55eff2 commit cd71a7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/spec_helper_acceptance_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,15 @@
[Service]
User=root
Group=root
ExecStart=
ExecStart=/usr/sbin/munged --force
HACK
on hosts, 'mkdir -p /etc/systemd/system/munge.service.d'
create_remote_file(hosts, '/etc/systemd/system/munge.service.d/hack.conf', service_hack)
tmp_hack = <<-HACK
d /run/munge 0755 root root -
HACK
create_remote_file(hosts, '/usr/lib/tmpfiles.d/munge.conf', tmp_hack)

munge_yaml = <<-MUNGE
munge::manage_user: false
Expand Down

0 comments on commit cd71a7d

Please sign in to comment.