Skip to content

Commit 0f6c29c

Browse files
committed
P:wordpress: base: Fix deprecated facts
1 parent 9f77103 commit 0f6c29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/profile/templates/wordpress/base/default-tls.nginx.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77

88
<%= @tls_config.join("\n ") %>
99

10-
server_name <%= @fqdn %>;
10+
server_name <%= @facts['networking']['fqdn'] %>;
1111

1212
access_log off;
1313
error_log /var/log/nginx/error.log crit;

0 commit comments

Comments
 (0)