We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb551df commit a9cb4e1Copy full SHA for a9cb4e1
manifests/config.pp
@@ -90,10 +90,13 @@
90
91
92
#pepd service must be restarted when the gridmap files change
93
+ $grid_mapfile = $::argus::grid_mapfile
94
+ $group_mapfile = $::argus::group_mapfile
95
+
96
File[
- '/etc/grid-security/grid-mapfile',
97
+ $grid_mapfile.
98
'/etc/grid-security/voms-grid-mapfile',
- '/etc/grid-security/groupmapfile'
99
+ $group_mapfile
100
]~>Service['argus-pepd']
101
102
manifests/params.pp
manifests/servicecert.pp
@@ -1,4 +1,4 @@
1
-class argus::servicecert inherits argus::params {
+class argus::servicecert {
2
$service_name = $::argus::service_name
3
if $service_name == $::fqnd {
4
# we can use the puppet autogenerated certificate
0 commit comments