Update mysql::backup privs for #108
This commit is contained in:
parent
5e8f98b5d2
commit
8b9f17348c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ describe 'mysql::backup' do
|
|||
it { should contain_database_user('testuser@localhost')}
|
||||
|
||||
it { should contain_database_grant('testuser@localhost').with(
|
||||
:privileges => [ 'Select_priv', 'Reload_priv', 'Lock_tables_priv' ]
|
||||
:privileges => [ 'Select_priv', 'Reload_priv', 'Lock_tables_priv', 'Show_view_priv' ]
|
||||
)}
|
||||
|
||||
it { should contain_cron('mysql-backup').with(
|
||||
|
|
Loading…
Reference in a new issue