Skip to content

Commit 7c763ee

Browse files
committed
Upgrade grant databases
Related with rails/rails#13556
1 parent 04c6eff commit 7c763ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet/manifests/default.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
require => Class['mysql::server']
4848
}
4949

50-
database_grant { ['rails@localhost/activerecord_unittest', 'rails@localhost/activerecord_unittest2']:
50+
database_grant { ['rails@localhost/activerecord_unittest', 'rails@localhost/activerecord_unittest2', 'rails@localhost/inexistent_activerecord_unittest']:
5151
privileges => ['all'],
5252
require => Database_user['rails@localhost']
5353
}

0 commit comments

Comments
 (0)