Skip to content

Commit

Permalink
correct bug on scientific
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouik committed Feb 12, 2017
1 parent afee86a commit 9d19439
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
path => $path,
}
$os = $::operatingsystem ? {
'RedHat' => 'rhel',
'CentOS' => 'centos',
'Fedora' => 'fedora',
'RedHat' => 'rhel',
'CentOS' => 'centos',
'Scientific' => 'scientific',
'Fedora' => 'fedora',
}

$arch = $::architecture ? {
Expand Down

0 comments on commit 9d19439

Please sign in to comment.