Skip to content

Commit

Permalink
Fixes #30962 - fix dhcpd.conf acl
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Oct 5, 2020
1 parent 3838f92 commit e0f7428
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/proxydhcp.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
command => "setfacl -R -m u:${foreman_proxy::user}:rx ${path}",
path => ['/bin', '/usr/bin'],
unless => "getfacl -p ${path} | grep user:${foreman_proxy::user}:r-x",
require => Package['acl'],
require => [
Package['acl'],
Class['dhcp'],
],
}
}

Expand Down

0 comments on commit e0f7428

Please sign in to comment.