Added "amd64" to architecture checks

This commit is contained in:
Ossi Salmi 2013-04-30 14:57:16 +03:00
parent af9c498fff
commit 933316bf72
4 changed files with 15 additions and 13 deletions

View file

@ -3,8 +3,8 @@
class phantomjs {
if !$phantomjs_package {
case $architecture {
"x86_64": {
case $::architecture {
"amd64","x86_64": {
if $phantomjs64_package_latest {
$phantomjs_package = $phantomjs64_package_latest
} else {