Dont include repository because this will break fuel

Change-Id: Ia4e60f88f3487341454e268cee03539a23ed1b0a
This commit is contained in:
Alex Ruiz Estradera 2016-10-07 13:21:59 +02:00
parent 954d1cf69f
commit 008accd8d1
2 changed files with 0 additions and 3 deletions

View File

@ -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,

View File

@ -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