Skip to content

Commit

Permalink
change ldap template
Browse files Browse the repository at this point in the history
  • Loading branch information
furest committed Nov 23, 2024
1 parent 47a12c8 commit 03d6fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apache/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
notify => Service['apache2'],
}

if $::fqdn == 'status.event.dreamhack.se' or $::fqdn == 'grafana.event.dreamhack.se' {
if $::fqdn == 'status.event.dreamhack.se' or $::fqdn == 'grafana.event.dreamhack.se' or $::fqdn == 'sflow1.event.dreamhack.se' {
file { 'apache-security.conf':
ensure => present,
path => '/etc/apache2/conf-available/security.conf',
Expand Down

0 comments on commit 03d6fb8

Please sign in to comment.