summaryrefslogtreecommitdiff
path: root/tests/data/ext/sample_ext/HandlerManifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/ext/sample_ext/HandlerManifest.json')
-rw-r--r--tests/data/ext/sample_ext/HandlerManifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/ext/sample_ext/HandlerManifest.json b/tests/data/ext/sample_ext/HandlerManifest.json
new file mode 100644
index 0000000..9890d0c
--- /dev/null
+++ b/tests/data/ext/sample_ext/HandlerManifest.json
@@ -0,0 +1,14 @@
+[{
+ "name": "ExampleHandlerLinux",
+ "version": 1.0,
+ "handlerManifest": {
+ "installCommand": "sample.py -install",
+ "uninstallCommand": "sample.py -uninstall",
+ "updateCommand": "sample.py -update",
+ "enableCommand": "sample.py -enable",
+ "disableCommand": "sample.py -disable",
+ "rebootAfterInstall": false,
+ "reportHeartbeat": false
+ }
+}]
+