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 90b8c26 commit f2b3bdeCopy full SHA for f2b3bde
spec/acceptance/01_mysql_db_spec.rb
@@ -37,7 +37,7 @@ class { 'mysql::server':
37
class { 'mysql::server': override_options => { 'root_password' => 'password' } }
38
file { '/tmp/spec.sql':
39
ensure => file,
40
- content => 'CREATE TABLE table1 (id int);',
+ content => 'CREATE TABLE IF NOT EXISTS table1 (id int);',
41
before => Mysql::Db['spec2'],
42
}
43
mysql::db { 'spec2':
0 commit comments