Skip to content

Commit

Permalink
fixes repo url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Sucker committed Apr 2, 2015
1 parent 5d4855e commit 3393897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/prerequisites.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'RedHat': {
if ( $one::params::one_repo_enable == 'true' ) {
yumrepo { 'opennebula':
baseurl => "http://downloads.opennebula.org/repo/4.10/CentOS/${::lsbmajdistrelease}/x86_64/",
baseurl => "http://downloads.opennebula.org/repo/4.10/CentOS/${::operatingsystemmajrelease}/x86_64/",
descr => 'OpenNebula',
enabled => 1,
gpgcheck => 0,
Expand Down

0 comments on commit 3393897

Please sign in to comment.