add rsyslog to global_pkgs_inst
As part of http://fedoraproject.org/wiki/Changes/NoDefaultSyslog rsyslog is no more installed by default since F20+. role/base refer to rsyslog on several places: enable that service, start it... but never install it (only in Koji builder playbook install it, but not as part of the role). Which cause our playbooks to fail on F21 machines. Allowed in Freeze by: https://lists.fedoraproject.org/pipermail/infrastructure/2015-March/015840.html
This commit is contained in:
parent
ffd984d251
commit
e922d38b45
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
|||
'patch', 'postfix', 'rsync', 'strace',
|
||||
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
||||
'libselinux-python', 'ntpdate', 'bash-completion', 'telnet',
|
||||
'htop' ]
|
||||
'htop', 'rsyslog' ]
|
||||
|
||||
# iscsi initiator for netapp iscsi volume
|
||||
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.8a2c2d9073de11e4a645123478563412:vs.13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue