<div dir="ltr">If I have the RPM on the &#39;localsync&#39; repo as well as externally (say, from CentOS 7 updates), which repo will it be taken from?<div><br></div><div>- Simple solution: sync all that you need and disable the &#39;updates&#39; repo. I&#39;m in favor. Same for the &#39;base&#39; repo and any other repo. Essentially, all that the VM needs should be in the &#39;localsync&#39; repo.</div><div><br></div><div>- Simple solution #2 : rename &#39;localsync&#39; to &#39;<b>a</b>localsync&#39; - just to make sure it is the first looked at...</div><div><br></div><div>Before:</div><div><div>[root@lago_basic_suite_3_6_engine ~]# egrep &quot;Updated|Installed&quot; /var/log/yum.log | awk -F\: &#39;{print $NF}&#39; |xargs yum info |grep &quot;From repo&quot; |egrep -c &quot;base|updates&quot;</div><div>87</div></div><div><br></div><div>After the change:</div><div><div>[root@lago_basic_suite_3_6_engine ~]# egrep &quot;Updated|Installed&quot; /var/log/yum.log | awk -F\: &#39;{print $NF}&#39; |xargs yum info |grep &quot;From repo&quot; |egrep -c &quot;base|updates&quot;</div><div>1</div></div><div><br></div></div>