Skip to content

Commit

Permalink
Merge branch 'master' into feature/config_director_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
benibr authored Dec 3, 2019
2 parents 72e9d38 + e661b2f commit 665a214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/repository.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
}

case $os {
/(?i:redhat|centos|fedora)/: {
/(?i:redhat|centos|fedora|virtuozzolinux)/: {
case $os {
'RedHat': {
'RedHat', 'VirtuozzoLinux': {
$location = "${url}RHEL_${osmajrelease}"
}
'Centos': {
Expand Down

0 comments on commit 665a214

Please sign in to comment.