We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4855e commit 3393897Copy full SHA for 3393897
1 file changed
manifests/prerequisites.pp
@@ -23,7 +23,7 @@
23
'RedHat': {
24
if ( $one::params::one_repo_enable == 'true' ) {
25
yumrepo { 'opennebula':
26
- baseurl => "http://downloads.opennebula.org/repo/4.10/CentOS/${::lsbmajdistrelease}/x86_64/",
+ baseurl => "http://downloads.opennebula.org/repo/4.10/CentOS/${::operatingsystemmajrelease}/x86_64/",
27
descr => 'OpenNebula',
28
enabled => 1,
29
gpgcheck => 0,
0 commit comments