Added "amd64" to architecture checks
This commit is contained in:
parent
af9c498fff
commit
933316bf72
4 changed files with 15 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue