Skip to content

Commit

Permalink
Merge pull request #304 from zleswomp/patch-1
Browse files Browse the repository at this point in the history
Lowercase package name for centos-release-scl
  • Loading branch information
Shiva Poudel committed Apr 28, 2016
2 parents 80297c4 + 655e259 commit cd1500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
default => 'absent',
}

package { 'centos-release-SCL':
package { 'centos-release-scl':
ensure => $install_scl_repo_package,
before => Package['scl-utils'],
}
Expand Down

0 comments on commit cd1500e

Please sign in to comment.