teamspeak: Remove unused variable
This commit is contained in:
parent
6d2c9e35d7
commit
5f0a34f4a9
1 changed files with 0 additions and 9 deletions
|
@ -28,15 +28,6 @@ class teamspeak($package=undef, $license=undef) {
|
||||||
$teamspeak_package = $package
|
$teamspeak_package = $package
|
||||||
}
|
}
|
||||||
|
|
||||||
case $::architecture {
|
|
||||||
"amd64","x86_64": {
|
|
||||||
$teamspeak_bin = "/usr/local/teamspeak/ts3server_linux_amd64"
|
|
||||||
}
|
|
||||||
default: {
|
|
||||||
$teamspeak_bin = "/usr/local/teamspeak/ts3server_linux_x86"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
file { "/usr/local/src/teamspeak3-server_linux.tar.gz":
|
file { "/usr/local/src/teamspeak3-server_linux.tar.gz":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
|
|
Loading…
Add table
Reference in a new issue