Remove temporarily added package

The problem of package dependencies has been solved and
we can delete the temporarily added packages.

Change-Id: I04d6327b1917e42efa5d7b0a48ebcf540b51b3a3
This commit is contained in:
ZhongShengping 2018-04-07 15:09:46 +08:00
parent 8174fd96e3
commit 0092fa0f95
1 changed files with 0 additions and 6 deletions

View File

@ -26,12 +26,6 @@ describe 'basic congress' do
require => Class['rabbitmq'],
}
# Congress resources
if $::osfamily == 'Debian' {
# TODO(zhongshengping): temporarily added this package
package { 'python-antlr3':
ensure => present,
}
}
class { '::congress::logging':
debug => true,
}