summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--puppet/modules/qnx/manifests/linux.pp18
1 files changed, 7 insertions, 11 deletions
diff --git a/puppet/modules/qnx/manifests/linux.pp b/puppet/modules/qnx/manifests/linux.pp
index ddac633..2b872f4 100644
--- a/puppet/modules/qnx/manifests/linux.pp
+++ b/puppet/modules/qnx/manifests/linux.pp
@@ -29,16 +29,12 @@ class qnx::linux
}
}
- if $::lsbmajdistrelease == 12 {
- if $::architecture == amd64 {
- qnx_install {
- "sdp":
- filename => "$filename",
- options => "xz --strip-components=1",
- target => "$target",
- url => "$url",
- ;
- }
- }
+ qnx_install {
+ "sdp":
+ filename => "$filename",
+ options => "xz --strip-components=1",
+ target => "$target",
+ url => "$url",
+ ;
}
}