Skip to content

Commit e1d6d5b

Browse files
committed
Update
1 parent 069e227 commit e1d6d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/account_security.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
if ($::fqdn != $::hostname) {
2727
if ($::hostname == 'localhost) {
28-
mysql_user { ["root@${::hostname}"]:
28+
mysql_user { "root@${::hostname}":
2929
ensure => 'absent',
3030
require => Anchor['mysql::server::end'],
3131
}

0 commit comments

Comments
 (0)