Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Sep 17, 2019
2 parents 816dbf9 + 24f5b35 commit 6925410
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2019-09-17 Petr Vokac <[email protected]>
* fix warnings
2019-02-11 Petr Vokac <[email protected]>
* add unset for shift.conf
2018-01-18 Andrea Manzi <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the puppet-lcgdm module, it configures the DPM/LFC legacy components dev
ASL 2.0

### Contact
Andrea Manzi <andrea.manzi@cern.ch>
DPM Devel <dpm-devel-cern@cern.ch>

## 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)
2 changes: 1 addition & 1 deletion manifests/dpm/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

#centOS7 changes
if $::operatingsystemmajrelease and ($::operatingsystemmajrelease + 0) >= 7 {
if versioncmp($facts['os']['release']['major'], '7') >= 0 {

file{'/etc/systemd/system/multi-user.target.wants/dpm.service':
ensure => 'link',
Expand Down
2 changes: 1 addition & 1 deletion manifests/ns/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


#centOS7 changes
if $::operatingsystemmajrelease and ($::operatingsystemmajrelease + 0) >= 7 {
if versioncmp($facts['os']['release']['major'], '7') >= 0 {
case $lcgdm::ns::config::daemon {
dpnsdaemon : {
file{'/etc/systemd/system/multi-user.target.wants/dpnsdaemon.service':
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"source": "https://github.com/cern-it-sdc-id/puppet-lcgdm",
"summary": "Package for managing lcgdm components",
"tags": [],
"version": "0.3.10"
"version": "0.3.11"
}

0 comments on commit 6925410

Please sign in to comment.