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 |
~collect_underpants -> fail |
22 |
questionmark -> profit | fail |
23 |
|
24 |
test: |
25 |
fail -> fail |