voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 99 forks source link

Add support for SLC6 #59

Open HristoMohamed opened 7 years ago

HristoMohamed commented 7 years ago

Hi, SLC6 can be supported too. It is basically Scientific Linux CERN (it is CenOS fork) and the module is completely compatible. Just the following needs to be added to the metadata: { "operatingsystem": "SLC", "operatingsystemrelease": [ "6" ] },

joekohlsdorf commented 6 years ago

@HristoMohamed Can you verify if the module is compatible to SLC 7 as well? If so I'll mark both as compatible.

HristoMohamed commented 6 years ago

Hey, Sorry for the late reply => There is no SLC7. It was moved to CERN CentOS7, which facter recognizes as CentOs 7

HristoMohamed commented 6 years ago

There is however Scientific Linux 7, which is now maintained by fermilab and is different than the CERN fork of CentOS 7.