teamspeak: Server version update to Makefile and ensure latest to packet extraction in init.pp
This commit is contained in:
parent
e6d7688bdc
commit
a833e2434a
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
include $(CURDIR)/../Makefile.inc
|
include $(CURDIR)/../Makefile.inc
|
||||||
|
|
||||||
VERSION = 3.0.7.1
|
VERSION = 3.0.8
|
||||||
|
|
||||||
TARGET32 = teamspeak3-server_linux-x86-$(VERSION).tar.gz
|
TARGET32 = teamspeak3-server_linux-x86-$(VERSION).tar.gz
|
||||||
SOURCE32 = http://ftp.4players.de/pub/hosted/ts3/releases/$(VERSION)/teamspeak3-server_linux-x86-$(VERSION).tar.gz
|
SOURCE32 = http://ftp.4players.de/pub/hosted/ts3/releases/$(VERSION)/teamspeak3-server_linux-x86-$(VERSION).tar.gz
|
||||||
|
|
|
@ -45,6 +45,7 @@ class teamspeak($package=undef, $license=undef) {
|
||||||
source => "puppet:///files/packages/${teamspeak_package}",
|
source => "puppet:///files/packages/${teamspeak_package}",
|
||||||
}
|
}
|
||||||
util::extract::tar { "/usr/local/teamspeak":
|
util::extract::tar { "/usr/local/teamspeak":
|
||||||
|
ensure => latest,
|
||||||
strip => 1,
|
strip => 1,
|
||||||
source => "/usr/local/src/teamspeak3-server_linux.tar.gz",
|
source => "/usr/local/src/teamspeak3-server_linux.tar.gz",
|
||||||
require => File["/usr/local/src/teamspeak3-server_linux.tar.gz"],
|
require => File["/usr/local/src/teamspeak3-server_linux.tar.gz"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue