Skip to content

Commit f5a09f6

Browse files
author
Ashley Penney
committed
Fix a syntax error in one of the tests.
1 parent c57600e commit f5a09f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mysql_db.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
user => 'myuser',
1212
password => 'mypass',
1313
dbname => 'mydb',
14-
host => ${fqdn},
14+
host => $::fqdn,
1515
grant => ['SELECT', 'UPDATE'],
1616
tag => $domain,
1717
}

0 commit comments

Comments
 (0)