File tree Expand file tree Collapse file tree 5 files changed +26
-0
lines changed Expand file tree Collapse file tree 5 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 8
8
"subdirectory" : " management/autorun" ,
9
9
"steps" : [" json def.json def.json" ]
10
10
},
11
+ "autorun-bundles" : {
12
+ "description" : " Enable automatic execution of bundles tagged 'autorun'." ,
13
+ "subdirectory" : " management/autorun-bundles" ,
14
+ "steps" : [" json def.json def.json" ]
15
+ },
16
+ "autorun-inputs" : {
17
+ "description" : " Enable automatic loading of policy files in 'services/autorun/'." ,
18
+ "subdirectory" : " management/autorun-inputs" ,
19
+ "steps" : [" json def.json def.json" ]
20
+ },
11
21
"client-initiated-reporting" : {
12
22
"description" : " Enable client initiated reporting and disable pull collection." ,
13
23
"subdirectory" : " reporting/client-initiated-reporting" ,
Original file line number Diff line number Diff line change
1
+ # Enable autorun bundles
2
+
3
+ Simple module to enable automatic execution of bundles tagged with ` autorun ` , using ` def.json ` .
Original file line number Diff line number Diff line change
1
+ {
2
+ "classes" : {
3
+ "services_autorun_bundles" : [" any" ]
4
+ }
5
+ }
Original file line number Diff line number Diff line change
1
+ # Enable autorun inputs
2
+
3
+ Simple module to enable automatic loading of policy files that reside in ` services/autorun/ ` , using ` def.json ` .
Original file line number Diff line number Diff line change
1
+ {
2
+ "classes" : {
3
+ "services_autorun_inputs" : [" any" ]
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments