Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 275 Bytes

README.markdown

File metadata and controls

15 lines (11 loc) · 275 Bytes

scl

A quick Puppet module to enable to official CentOS Software Collection (SCL) repos.

Installation of actual packages should be done in the normal way, eg

  include scl

  package { 'php54-php':
    ensure  => installed,
    require => Class['scl'],
  }