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 8fd23cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 50 deletions.
10 changes: 5 additions & 5 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@

include 'argus::centralbanning'




#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 8fd23cd

Please sign in to comment.