Merge pull request #112 from hunner/fix_mysql_backup_spec
Update mysql::backup privs for #108
This commit is contained in:
commit
cab78236c5
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