Add dependency to antlr3 module

This commit is contained in:
Fedor Zhadaev 2016-12-22 18:37:12 +04:00
parent 972539b30d
commit cf42368880
1 changed files with 3 additions and 0 deletions

View File

@ -47,3 +47,6 @@ class {'congress::server':
bind_host => $bind_host,
bind_port => $bind_port
}
ensure_packages('python-antlr3')
Package['python-antlr3'] -> Service<| tag == 'congress-service' |>