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 04c6eff commit 7c763eeCopy full SHA for 7c763ee
puppet/manifests/default.pp
@@ -47,7 +47,7 @@
47
require => Class['mysql::server']
48
}
49
50
- database_grant { ['rails@localhost/activerecord_unittest', 'rails@localhost/activerecord_unittest2']:
+ database_grant { ['rails@localhost/activerecord_unittest', 'rails@localhost/activerecord_unittest2', 'rails@localhost/inexistent_activerecord_unittest']:
51
privileges => ['all'],
52
require => Database_user['rails@localhost']
53
0 commit comments