Parent Directory
|
Revision Log
Added functionality to create policies, pretty printer for debug purposes
1 | # modules path |
2 | path = /opt/glite/lib/modules |
3 | |
4 | # variables |
5 | collect_underpants = "plugin_a.mod" |
6 | |
7 | questionmark = "plugin_b.mod" |
8 | " --test bla" |
9 | |
10 | profit = "lcmaps_dummy_good.mod" |
11 | " --dummy-username nobody" |
12 | " --dummy-group nobody" |
13 | " --dummy-sec-group \"nobody\"" |
14 | |
15 | fail = "example_plugin.mod" |
16 | |
17 | # policies |
18 | world_domination: |
19 | # rules |
20 | collect_underpants -> questionmark | fail |
21 | questionmark -> profit | fail |
22 | |
23 | fail: |
24 | profit -> questionmark | fail |
25 |
Name | Value |
---|---|
svn:executable | * |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |