From 9b45392d9f64043b23751d1c636876487b9b2312 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 17 Nov 2014 22:21:17 +0200 Subject: [PATCH] bacula: Updated bacula-web to 6.0.1. --- bacula/Makefile | 4 ++-- bacula/manifests/init.pp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/Makefile b/bacula/Makefile index ac75a63..4f8e42e 100644 --- a/bacula/Makefile +++ b/bacula/Makefile @@ -1,7 +1,7 @@ include $(CURDIR)/../Makefile.inc -VERSION = 6.0.0 -URL = http://www.bacula-web.org/download/articles/bacula-web-600.html?file=files/bacula-web.org/downloads/bacula-web-6.0.0.tgz +VERSION = 6.0.1 +URL = http://www.bacula-web.org/download/articles/bacula-web-601.html?file=files/bacula-web.org/downloads/bacula-web-6.0.1.tgz PACKAGE = bacula-web-$(VERSION).tgz all: manifest $(PACKAGES)/$(PACKAGE) diff --git a/bacula/manifests/init.pp b/bacula/manifests/init.pp index 0a9b429..7265230 100644 --- a/bacula/manifests/init.pp +++ b/bacula/manifests/init.pp @@ -543,7 +543,7 @@ class bacula::web($htaccess, util::extract::tar { "/usr/local/share/bacula-web": ensure => latest, source => "/usr/local/src/bacula-web.tar.gz", - strip => "1", + strip => "0", require => File["/usr/local/src/bacula-web.tar.gz"], }