File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ class { 'mysql::server': override_options => { 'root_password' => 'password' } }
43
43
mysql::db { 'spec2':
44
44
user => 'root1',
45
45
password => 'password',
46
- sql => '/tmp/spec.sql',
47
46
charset => '#{ fetch_charset } ',
48
47
collate => '#{ fetch_charset } _general_ci',
48
+ sql => ['/tmp/spec.sql'],
49
49
}
50
50
MANIFEST
51
51
end
Original file line number Diff line number Diff line change @@ -686,8 +686,8 @@ class { 'mysql::server': override_options => { 'root_password' => 'password' } }
686
686
mysql::db { 'grant_spec_db':
687
687
user => 'root1',
688
688
password => 'password',
689
- sql => '/tmp/grant_spec_table.sql',
690
689
charset => '#{ fetch_charset } ',
690
+ sql => ['/tmp/grant_spec_table.sql'],
691
691
}
692
692
MANIFEST
693
693
it 'creates table' do
You can’t perform that action at this time.
0 commit comments