Move koji pkg install

This commit is contained in:
Kevin Fenzi 2013-09-13 00:26:53 +00:00
parent 82a00ed5aa
commit e368591739
2 changed files with 4 additions and 6 deletions

View file

@ -9,3 +9,7 @@ eth0_ip: 10.5.124.148
vmhost: virthost-comm02.qa.fedoraproject.org
datacenter: phx2
is_kojidb: True
# Install normal global packages + koji for db schema
global_pkgs_inst: ['koji', 'bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients',
'patch', 'postfix', 'rsync', 'strace', 'telnet',
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh' ]

View file

@ -19,12 +19,6 @@
- db
only_if: '$is_kojidb'
#
# Install koji package so we can use the schema in it.
#
- name: global default packages to install
yum: state=installed name=koji
#
# Load the initial schema and create a file to note that it's loaded now.
#
- name: load initial schema