clean yum repo before upgrade in redhat stanza
1 parent b997890 commit 5f2107924066fee4fb74d6718f3bf77352716bd2
@tundra tundra authored on 16 Oct 2016
Showing 1 changed file
View
2
■■■
sysupd
# RedHat YUM Updates
###
 
redhat)
runupd $SET $LOGDIR "/usr/bin/yum -y upgrade"
runupd $SET $LOGDIR "/usr/bin/yum -y clean all && /usr/bin/yum -y upgrade"
;;
 
 
###