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

Commit

Permalink
LCGDM-2670: configure dpm-xrootd package name via var
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Nov 13, 2018
1 parent 4309131 commit 460a288
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/xrootd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
$after_conf_head = 'network-online.target mariadb.service',
$after_conf_disk = 'network-online.target',
$runtime_dir = 'dpmxrootd',
$xrd_checksum = 'max 100 adler32 md5 crc32'
$xrd_checksum = 'max 100 adler32 md5 crc32',
$dpm_xrd_packagename = 'dmlite-dpm-xrootd'
) {

validate_bool($xrootd_use_voms)
Expand All @@ -49,7 +50,7 @@
} else {
Class[dmlite::base::config] -> Class[dmlite::xrootd]
}
package {'dmlite-dpm-xrootd':
package {$dpm_xrd_packagename:
ensure => present
}

Expand Down

0 comments on commit 460a288

Please sign in to comment.