Add 3 missing packages to global_pkgs_inst, from global.pp in puppet
This commit is contained in:
parent
c6719dda6b
commit
26b3dffd89
1 changed files with 3 additions and 2 deletions
|
@ -24,11 +24,12 @@ el7b_qcow_id: ami-0000003f
|
|||
# Set a default hostname base to transient. Override in host vars or command line.
|
||||
hostbase: transient
|
||||
# root_auth_users for cloud instances is '' by default
|
||||
root_auth_users: ''
|
||||
root_auth_users: ""
|
||||
global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
||||
'patch', 'postfix', 'rsync', 'strace',
|
||||
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
||||
'libselinux-python', 'ntpdate' ]
|
||||
'libselinux-python', 'ntpdate', 'bash-completion', 'telnet',
|
||||
'htop' ]
|
||||
|
||||
# iscsi initiator for netapp iscsi volume
|
||||
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.1573980081:vf.6fb258f4-106f-11e2-ae29-00a098161d90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue