Skip to content

Commit

Permalink
removed params and hard-coded gridmapfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jul 27, 2020
1 parent bb551df commit a9cb4e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 47 deletions.
7 changes: 5 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,13 @@


#pepd service must be restarted when the gridmap files change
$grid_mapfile = $::argus::grid_mapfile
$group_mapfile = $::argus::group_mapfile

File[
'/etc/grid-security/grid-mapfile',
$grid_mapfile.
'/etc/grid-security/voms-grid-mapfile',
'/etc/grid-security/groupmapfile'
$group_mapfile
]~>Service['argus-pepd']

File[
Expand Down
44 changes: 0 additions & 44 deletions manifests/params.pp

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/servicecert.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class argus::servicecert inherits argus::params {
class argus::servicecert {
$service_name = $::argus::service_name
if $service_name == $::fqnd {
# we can use the puppet autogenerated certificate
Expand Down

0 comments on commit a9cb4e1

Please sign in to comment.