We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee10e6 commit dfbfe08Copy full SHA for dfbfe08
README.md
@@ -143,7 +143,7 @@ mysql::db { 'mydb':
143
password => 'mypass',
144
host => 'localhost',
145
grant => ['SELECT', 'UPDATE'],
146
- sql => '/path/to/sqlfile.gz',
+ sql => ['/path/to/sqlfile.gz'],
147
import_cat_cmd => 'zcat',
148
import_timeout => 900,
149
mysql_exec_path => '/opt/rh/rh-myql57/root/bin',
0 commit comments