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

@ -8,8 +8,8 @@
class teamspeak {
if !$teamspeak_package {
case $architecture {
"x86_64": {
case $::architecture {
"amd64","x86_64": {
if $teamspeak64_package_latest {
$teamspeak_package = $teamspeak64_package_latest
} else {
@ -26,8 +26,8 @@ class teamspeak {
}
}
case $architecture {
"x86_64": {
case $::architecture {
"amd64","x86_64": {
$teamspeak_bin = "/usr/local/teamspeak/ts3server_linux_amd64"
}
default: {