teamspeak: Server version update to Makefile and ensure latest to packet extraction in init.pp

This commit is contained in:
Mikko Kenttala 2013-08-17 18:51:08 +03:00
parent e6d7688bdc
commit a833e2434a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
include $(CURDIR)/../Makefile.inc
VERSION = 3.0.7.1
VERSION = 3.0.8
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

View file

@ -45,6 +45,7 @@ class teamspeak($package=undef, $license=undef) {
source => "puppet:///files/packages/${teamspeak_package}",
}
util::extract::tar { "/usr/local/teamspeak":
ensure => latest,
strip => 1,
source => "/usr/local/src/teamspeak3-server_linux.tar.gz",
require => File["/usr/local/src/teamspeak3-server_linux.tar.gz"],