Dont include repository because this will break fuel
Change-Id: Ia4e60f88f3487341454e268cee03539a23ed1b0a
This commit is contained in:
parent
954d1cf69f
commit
008accd8d1
@ -110,8 +110,6 @@ class midonet::agent (
|
||||
$mem_password = undef
|
||||
) {
|
||||
|
||||
include midonet::repository
|
||||
|
||||
class { 'midonet::agent::install':
|
||||
package_name => $package_name,
|
||||
package_ensure => $package_ensure,
|
||||
|
@ -17,7 +17,6 @@ describe 'midonet::agent' do
|
||||
:shared_secret => 'SHARED_SECRET',
|
||||
}
|
||||
end
|
||||
it { is_expected.to contain_class('midonet::repository') }
|
||||
it { is_expected.to contain_class('midonet::agent::install') }
|
||||
it { is_expected.to contain_class('midonet::agent::run') }
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user