1 |
# This configuration is completely normal |
2 |
|
3 |
# modules path |
4 |
#path = /opt/glite/lib/modules |
5 |
|
6 |
# variables |
7 |
collect_underpants = "plugin_a.mod" |
8 |
|
9 |
questionmark = "plugin_b.mod" |
10 |
" --test bla" |
11 |
|
12 |
profit = "ees_dummy_good.mod" |
13 |
" --dummy-username nobody" |
14 |
" --dummy-group nobody" |
15 |
" --dummy-sec-group \"nobody\"" |
16 |
|
17 |
fail = "example_plugin.mod" |
18 |
|
19 |
# policies |
20 |
world_domination: |
21 |
# rules |
22 |
collect_underpants -> questionmark | fail |
23 |
questionmark -> profit | fail |
24 |
|
25 |
fail: |
26 |
profit -> fail |
27 |
|
28 |
bogus_policy: |
29 |
profit -> fail |