Created
January 24, 2017 18:20
-
-
Save heliocentric/93e49ad869793990038ec80faaab78c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
C7.0.1406-base => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.0.1406/os/$basearch/", | |
descr => "CentOS-7.0.1406 - Base", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.0.1406-centosplus => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.0.1406/centosplus/$basearch/", | |
descr => "CentOS-7.0.1406 - CentOSPlus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.0.1406-extras => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.0.1406/extras/$basearch/", | |
descr => "CentOS-7.0.1406 - Extras", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.0.1406-fasttrack => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.0.1406/fasttrack/$basearch/", | |
descr => "CentOS-7.0.1406 - CentOSPlus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.0.1406-updates => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.0.1406/updates/$basearch/", | |
descr => "CentOS-7.0.1406 - Updates", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.1.1503-base => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.1.1503/os/$basearch/", | |
descr => "CentOS-7.1.1503 - Base", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.1.1503-centosplus => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.1.1503/centosplus/$basearch/", | |
descr => "CentOS-7.1.1503 - CentOSPlus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.1.1503-extras => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.1.1503/extras/$basearch/", | |
descr => "CentOS-7.1.1503 - Extras", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.1.1503-fasttrack => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.1.1503/fasttrack/$basearch/", | |
descr => "CentOS-7.1.1503 - CentOSPlus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.1.1503-updates => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.1.1503/updates/$basearch/", | |
descr => "CentOS-7.1.1503 - Updates", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.2.1511-base => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.2.1511/os/$basearch/", | |
descr => "CentOS-7.2.1511 - Base", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.2.1511-centosplus => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.2.1511/centosplus/$basearch/", | |
descr => "CentOS-7.2.1511 - CentOSPlus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.2.1511-extras => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.2.1511/extras/$basearch/", | |
descr => "CentOS-7.2.1511 - Extras", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.2.1511-fasttrack => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.2.1511/fasttrack/$basearch/", | |
descr => "CentOS-7.2.1511 - CentOSPlus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
C7.2.1511-updates => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/7.2.1511/updates/$basearch/", | |
descr => "CentOS-7.2.1511 - Updates", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
base => { | |
ensure => "present", | |
descr => "CentOS-$releasever - Base", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
mirrorlist => "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra", | |
provider => "inifile" | |
}, | |
base-debuginfo => { | |
ensure => "present", | |
baseurl => "http://debuginfo.centos.org/7/$basearch/", | |
descr => "CentOS-7 - Debuginfo", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7", | |
provider => "inifile" | |
}, | |
base-source => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/centos/$releasever/os/Source/", | |
descr => "CentOS-$releasever - Base Sources", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
c7-media => { | |
ensure => "present", | |
baseurl => "file:///media/CentOS/ file:///media/cdrom/ file:///media/cdrecorder/", | |
descr => "CentOS-$releasever - Media", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
centos-opstools-testing => { | |
ensure => "present", | |
baseurl => "http://buildlogs.centos.org/centos/7/opstools/$basearch/", | |
descr => "CentOS-7 - OpsTools - testing repo", | |
enabled => "1", | |
gpgcheck => "0", | |
provider => "inifile" | |
}, | |
centos-ovirt-common-candidate => { | |
ensure => "present", | |
baseurl => "http://cbs.centos.org/repos/virt7-ovirt-common-candidate/$basearch/os/", | |
descr => "CentOS-7 - oVirt common", | |
enabled => "1", | |
gpgcheck => "0", | |
provider => "inifile" | |
}, | |
centos-ovirt41-candidate => { | |
ensure => "present", | |
baseurl => "http://cbs.centos.org/repos/virt7-ovirt-41-candidate/$basearch/os/", | |
descr => "CentOS-7 - oVirt 4.1", | |
enabled => "1", | |
gpgcheck => "0", | |
provider => "inifile" | |
}, | |
centosplus => { | |
ensure => "present", | |
descr => "CentOS-$releasever - Plus", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
mirrorlist => "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra", | |
provider => "inifile" | |
}, | |
centosplus-source => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/centos/$releasever/centosplus/Source/", | |
descr => "CentOS-$releasever - Plus Sources", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
cr => { | |
ensure => "present", | |
baseurl => "http://mirror.centos.org/centos/$releasever/cr/$basearch/", | |
descr => "CentOS-$releasever - cr", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
extras => { | |
ensure => "present", | |
descr => "CentOS-$releasever - Extras", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
mirrorlist => "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra", | |
provider => "inifile" | |
}, | |
extras-source => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/centos/$releasever/extras/Source/", | |
descr => "CentOS-$releasever - Extras Sources", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
fasttrack => { | |
ensure => "present", | |
descr => "CentOS-7 - fasttrack", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
mirrorlist => "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack&infra=$infra", | |
provider => "inifile" | |
}, | |
ovirt-4.1 => { | |
ensure => "present", | |
descr => "Latest oVirt 4.1 Release", | |
enabled => "1", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-ovirt-4.1", | |
mirrorlist => "http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-4.1-el$releasever", | |
provider => "inifile", | |
skip_if_unavailable => "1" | |
}, | |
ovirt-4.1-centos-gluster38 => { | |
ensure => "present", | |
baseurl => "http://mirror.centos.org/centos/7/storage/$basearch/gluster-3.8/", | |
descr => "CentOS-7 - Gluster 3.8", | |
enabled => "1", | |
gpgcheck => "1", | |
gpgkey => "https://raw.githubusercontent.com/CentOS-Storage-SIG/centos-release-storage-common/master/RPM-GPG-KEY-CentOS-SIG-Storage", | |
provider => "inifile" | |
}, | |
ovirt-4.1-epel => { | |
ensure => "present", | |
descr => "Extra Packages for Enterprise Linux 7 - $basearch", | |
enabled => "1", | |
failovermethod => "priority", | |
gpgcheck => "1", | |
gpgkey => "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7", | |
includepkgs => "epel-release,python-uinput,puppet,python-lockfile,python-cpopen,python-ordereddict,python-pthreading,python-inotify,python-argparse,novnc,python-ply,python-kitchen,python-daemon,python-websockify,livecd-tools,spice-html5,mom,python-IPy,python-ioprocess,ioprocess,safelease,python-paramiko,python2-pa | |
ramiko,python2-crypto,libtomcrypt,libtommath,python-cheetah,python-ecdsa,python2-ecdsa,python-markdown,rubygem-rgen,ovirt-guest-agent*,userspace-rcu,protobuf-java,objenesis,python34*,hystrix-core,archaius-core,rxjava,jctools,hystrix-metrics-event-stream,jackson-core,python-simplejson", | |
mirrorlist => "https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch", | |
provider => "inifile" | |
}, | |
ovirt-4.1-patternfly1-noarch-epel => { | |
ensure => "present", | |
baseurl => "http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-$basearch/", | |
descr => "Copr repo for patternfly1 owned by patternfly", | |
enabled => "1", | |
gpgcheck => "0", | |
provider => "inifile", | |
skip_if_unavailable => "1" | |
}, | |
pe_repo => { | |
ensure => "present", | |
baseurl => "https://mom1.test:8140/packages/2016.5.1/el-7-x86_64", | |
descr => "Puppet Labs PE Packages $releasever - $basearch", | |
enabled => "True", | |
gpgcheck => "1", | |
gpgkey => "https://mom1.test:8140/packages/GPG-KEY-puppetlabs https://mom1.test:8140/packages/GPG-KEY-puppet", | |
provider => "inifile", | |
sslcacert => "/etc/puppetlabs/puppet/ssl/certs/ca.pem", | |
sslclientcert => "/etc/puppetlabs/puppet/ssl/certs/mom2.test.pem", | |
sslclientkey => "/etc/puppetlabs/puppet/ssl/private_keys/mom2.test.pem" | |
}, | |
updates => { | |
ensure => "present", | |
descr => "CentOS-$releasever - Updates", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
mirrorlist => "http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra", | |
provider => "inifile" | |
}, | |
updates-source => { | |
ensure => "present", | |
baseurl => "http://vault.centos.org/centos/$releasever/updates/Source/", | |
descr => "CentOS-$releasever - Updates Sources", | |
enabled => "0", | |
gpgcheck => "1", | |
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", | |
provider => "inifile" | |
}, | |
virtio-win-stable => { | |
ensure => "present", | |
baseurl => "http://fedorapeople.org/groups/virt/virtio-win/repo/stable", | |
descr => "virtio-win builds roughly matching what was shipped in latest RHEL", | |
enabled => "1", | |
gpgcheck => "0", | |
provider => "inifile", | |
skip_if_unavailable => "1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment