We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a51fd + bff5bdf commit 5bd4975Copy full SHA for 5bd4975
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