summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/facts_d/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/facts_d/files')
-rw-r--r--test/integration/targets/facts_d/files/basdscript.fact3
-rw-r--r--test/integration/targets/facts_d/files/goodscript.fact3
-rw-r--r--test/integration/targets/facts_d/files/preferences.fact2
-rw-r--r--test/integration/targets/facts_d/files/unreadable.fact1
4 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/facts_d/files/basdscript.fact b/test/integration/targets/facts_d/files/basdscript.fact
new file mode 100644
index 0000000..2bb8d86
--- /dev/null
+++ b/test/integration/targets/facts_d/files/basdscript.fact
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 1
diff --git a/test/integration/targets/facts_d/files/goodscript.fact b/test/integration/targets/facts_d/files/goodscript.fact
new file mode 100644
index 0000000..6ee866c
--- /dev/null
+++ b/test/integration/targets/facts_d/files/goodscript.fact
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo '{"script_ran": true}'
diff --git a/test/integration/targets/facts_d/files/preferences.fact b/test/integration/targets/facts_d/files/preferences.fact
new file mode 100644
index 0000000..c32583d
--- /dev/null
+++ b/test/integration/targets/facts_d/files/preferences.fact
@@ -0,0 +1,2 @@
+[general]
+bar=loaded
diff --git a/test/integration/targets/facts_d/files/unreadable.fact b/test/integration/targets/facts_d/files/unreadable.fact
new file mode 100644
index 0000000..98f562b
--- /dev/null
+++ b/test/integration/targets/facts_d/files/unreadable.fact
@@ -0,0 +1 @@
+wontbeseen=ever