Skip to content

Commit

Permalink
Add requirement on firewall rules in freeipa
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 13, 2024
1 parent 90ab5eb commit 5dda12e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/profile/manifests/freeipa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
include nftables::rules::dns
include nftables::rules::https
include nftables::rules::ldap
include nftables::rules::ssdp

file { 'kinit_wrapper':
path => '/usr/bin/kinit_wrapper',
Expand Down Expand Up @@ -272,6 +273,10 @@
require => [
Package['ipa-server-dns'],
File['/etc/hosts'],
Class['nftables::rules::dns'],
Class['nftables::rules::https'],
Class['nftables::rules::ldap'],
Class['nftables::rules::ssdp'],
],
notify => [
Service['systemd-logind'],
Expand Down

0 comments on commit 5dda12e

Please sign in to comment.