Skip to content

Instantly share code, notes, and snippets.

@FlorianHeigl
Created June 15, 2020 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianHeigl/3e373d44b805a0f71c9724886b70633e to your computer and use it in GitHub Desktop.
Save FlorianHeigl/3e373d44b805a0f71c9724886b70633e to your computer and use it in GitHub Desktop.
IPA excludes
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#exclude=httpd*-*
exclude=*-ipa-* *sssd* libsss*
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#exclude=httpd*-*
exclude=*-ipa-* *sssd* libsss*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment