From 72b5fd1facaaa1798e0445b17c1f93aee300b8a1 Mon Sep 17 00:00:00 2001 From: Petr Vokac Date: Mon, 5 Aug 2019 00:44:32 +0200 Subject: [PATCH 1/4] fix some deprecation warning --- manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/service.pp b/manifests/service.pp index 3def0e9..8d33b48 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -18,7 +18,7 @@ $certificates_files = File[$certificate,$key] - if $::operatingsystemmajrelease and ($::operatingsystemmajrelease + 0) >= 7 { + if versioncmp($facts['os']['release']['major'], '7') >= 0 { if $xrootd_instances == undef { fail("xrootd_instances parameter should not be empty") From 06722bb1b9f74ae5146599b469335b0c292453c8 Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Fri, 6 Sep 2019 11:49:56 +0200 Subject: [PATCH 2/4] update version --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 5e94a0e..a18ef9e 100644 --- a/metadata.json +++ b/metadata.json @@ -14,10 +14,10 @@ "license": "Apache License, Version 2.0", "name": "lcgdm-xrootd", "operatingsystem_support": [], - "project_page": "https://svnweb.cern.ch/trac/lcgdm", + "project_page": "http://lcgdm.web.cern.ch/dpm", "requirements": [], "source": "https://github.com/cern-it-sdc-id/puppet-xrootd", "summary": "This module installs and configure a xrootd server", "tags": [], - "version": "0.2.6" + "version": "0.2.7" } From 916b79b0d1c3fbfdd3f1ccd9f42bff5f51f619c8 Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Tue, 17 Sep 2019 10:37:06 +0200 Subject: [PATCH 3/4] update changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2a7e933..4ed3579 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +2019-09-16 Petr Vokac + * fix deprecation warnings 2018-06-04 Andrea Manzi * more fixes for C7 2017-08-17 Andrea Manzi From 752869e519b2ab4b9b4558ce77ae916591f38c03 Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Tue, 17 Sep 2019 10:41:31 +0200 Subject: [PATCH 4/4] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52fcd68..70a71d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is the puppet-xrootd module, it configures the Xrootd server and it's a dep ASL 2.0 ### Contact -Andrea Manzi +DPM devel ## Support -Tickets and issues at our [cern-it-sdc-id site](https://github.com/cern-it-sdc-id) +Tickets and issues at our [Jira](https://its.cern.ch/jira/projects/LCGDM/)