Skip to content

Commit ea97c10

Browse files
authored
Merge branch 'main' into remove-deprecated-classes
2 parents cb2cc16 + 0d37808 commit ea97c10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifests/vhost.pp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,11 +2391,10 @@
23912391
}
23922392
}
23932393

2394-
# Template uses no variables
23952394
concat::fragment { "${name}-serversignature":
23962395
target => "${priority_real}${filename}.conf",
23972396
order => 90,
2398-
content => template('apache/vhost/_serversignature.erb'),
2397+
content => " ServerSignature Off\n",
23992398
}
24002399

24012400
# Template uses:
@@ -2938,7 +2937,9 @@
29382937
}
29392938
}
29402939

2941-
# Template uses no variables
2940+
# Template uses:
2941+
# - $define
2942+
# - $passenger_pre_start
29422943
concat::fragment { "${name}-file_footer":
29432944
target => "${priority_real}${filename}.conf",
29442945
order => 999,

templates/vhost/_serversignature.erb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)