We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52477c0 commit bff5bdfCopy full SHA for bff5bdf
manifests/server/account_security.pp
@@ -16,7 +16,7 @@
16
require => Anchor['mysql::server::end'],
17
}
18
19
- if ($::fqdn != 'localhost') {
+ if ($::fqdn and $::fqdn != 'localhost') {
20
mysql_user {
21
[ "root@${::fqdn}",
22
"@${::fqdn}"]:
0 commit comments