updated custom-properties.yml template
diff --git a/resources/custom-properties.yml b/resources/custom-properties.yml index 85e88b1..7fa1793 100644 --- a/resources/custom-properties.yml +++ b/resources/custom-properties.yml
@@ -37,3 +37,33 @@ # exclude: '', # repo_filename: '' # } + +# These are required yum packages +yum_packages: +- bind-utils +- chkconfig +- curl +- tar +- wget +- yum-utils +- unzip +- rsync +- which +- libselinux-python +- nss +- openssh-clients +- openssh-server +- grep +- rpm +- rng-tools +- sed + +# These are optional yum packages that are useful for troubleshooting +os_packages: +- lsof +- nc +- dos2unix +- tcpdump +- telnet +- vim +- tree