Skip to content

Commit b080eb9

Browse files
author
Ratnakar Kolli
committed
Add no proxy for acirepo
1 parent ba7169a commit b080eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tripleo-ciscoaci/files/nodepre.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ resources:
2121
echo "baseurl=$yum_repo" >>/etc/yum.repos.d/ciscoaci.repo
2222
echo "enabled=1" >>/etc/yum.repos.d/ciscoaci.repo
2323
echo "gpgcheck=0" >>/etc/yum.repos.d/ciscoaci.repo
24+
echo "proxy=_none_" >>/etc/yum.repos.d/ciscoaci.repo
2425
yum -y clean all
2526
yum -y install ciscoaci-puppet
2627
NodeDeployment:

0 commit comments

Comments
 (0)