Skip to content

Commit 2a9b463

Browse files
Merge pull request puppetlabs#347 from tphoney/scientific_task_support
(feature) add scientific support to install task
2 parents 90f950e + cac3701 commit 2a9b463

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/install_shell.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ if [ -f "$PT__installdir/facts/tasks/bash.sh" ]; then
7676
elif test "x$platform" = "xOracleLinux"; then
7777
platform="el"
7878

79+
# Handle Scientific
80+
elif test "x$platform" = "xScientific Linux"; then
81+
platform="el"
82+
elif test "x$platform" = "xScientific"; then
83+
platform="el"
84+
7985
# Handle RedHat
8086
elif test "x$platform" = "xRedHat"; then
8187
platform="el"

0 commit comments

Comments
 (0)