Merge "Remove useless code for sync.pp"

This commit is contained in:
Zuul 2018-04-09 18:10:40 +00:00 committed by Gerrit Code Review
commit ef8b0b2b17
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@
class ec2api::db::sync (
$system_user = 'ec2api',
$system_group = 'ec2api',
) inherits ::ec2api::params {
) {
include ::ec2api::deps

View File

@ -29,8 +29,6 @@ describe 'ec2api::db::sync' do
it { is_expected.to contain_class('ec2api::db::sync') }
it { is_expected.to contain_class('ec2api::params') }
it { is_expected.to contain_class('ec2api::deps') }
it { is_expected.to contain_exec('ec2api_db_sync').with(exec_parameters) }