Ensure libselinux-python is installed before we try to manage sshd_config.

This commit is contained in:
Ralph Bean 2013-09-26 14:57:09 +00:00
parent a9b6ef9f11
commit e2f1495aa9
2 changed files with 7 additions and 7 deletions

View file

@ -19,4 +19,5 @@ f17_qcow_id: ami-00000001
f19_qcow_id: ami-00000018
global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients',
'patch', 'postfix', 'rsync', 'strace', 'telnet',
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh' ]
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
'libselinux-pyton' ]