We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4c7cd commit 1ffef8fCopy full SHA for 1ffef8f
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