Skip to content

Commit 53039a1

Browse files
authored
Merge pull request #1517 from puppetlabs/GH-1616_update_readme_sql_example
(GH-1516) Update sql example to use array
2 parents cee10e6 + dfbfe08 commit 53039a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ mysql::db { 'mydb':
143143
password => 'mypass',
144144
host => 'localhost',
145145
grant => ['SELECT', 'UPDATE'],
146-
sql => '/path/to/sqlfile.gz',
146+
sql => ['/path/to/sqlfile.gz'],
147147
import_cat_cmd => 'zcat',
148148
import_timeout => 900,
149149
mysql_exec_path => '/opt/rh/rh-myql57/root/bin',

0 commit comments

Comments
 (0)