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 c6378e9 commit ca03fb2Copy full SHA for ca03fb2
spec/acceptance/01_mysql_db_spec.rb
@@ -43,9 +43,9 @@ class { 'mysql::server': override_options => { 'root_password' => 'password' } }
43
mysql::db { 'spec2':
44
user => 'root1',
45
password => 'password',
46
- sql => '/tmp/spec.sql',
47
charset => '#{fetch_charset}',
48
collate => '#{fetch_charset}_general_ci',
+ sql => ['/tmp/spec.sql'],
49
}
50
MANIFEST
51
end
spec/acceptance/types/mysql_grant_spec.rb
@@ -686,8 +686,8 @@ class { 'mysql::server': override_options => { 'root_password' => 'password' } }
686
mysql::db { 'grant_spec_db':
687
688
689
- sql => '/tmp/grant_spec_table.sql',
690
+ sql => ['/tmp/grant_spec_table.sql'],
691
692
693
it 'creates table' do
0 commit comments