Tests
diff --git a/tests/pillar/master_single.sls b/tests/pillar/master_single.sls
new file mode 100644
index 0000000..cb76a9b
--- /dev/null
+++ b/tests/pillar/master_single.sls
@@ -0,0 +1,6 @@
+salt:
+ master:
+ enabled: true
+ command_timeout: 5
+ worker_threads: 2
+ base_environment: prd
diff --git a/tests/pillar/master_single_reclass.sls b/tests/pillar/master_single_reclass.sls
new file mode 100644
index 0000000..da3c8a7
--- /dev/null
+++ b/tests/pillar/master_single_reclass.sls
@@ -0,0 +1,9 @@
+salt:
+ master:
+ enabled: true
+ command_timeout: 5
+ worker_threads: 2
+ base_environment: prd
+ pillar:
+ engine: reclass
+ data_dir: /srv/salt/reclass
diff --git a/tests/pillar/minion_local.sls b/tests/pillar/minion_local.sls
new file mode 100644
index 0000000..5ec6124
--- /dev/null
+++ b/tests/pillar/minion_local.sls
@@ -0,0 +1,4 @@
+salt:
+ minion:
+ enabled: true
+ local: true
diff --git a/tests/pillar/minion_local_reclass.sls b/tests/pillar/minion_local_reclass.sls
new file mode 100644
index 0000000..af66e9f
--- /dev/null
+++ b/tests/pillar/minion_local_reclass.sls
@@ -0,0 +1,7 @@
+salt:
+ minion:
+ enabled: true
+ local: true
+ pillar:
+ engine: reclass
+ data_dir: /srv/salt/reclass
diff --git a/tests/pillar/minion_master.sls b/tests/pillar/minion_master.sls
new file mode 100644
index 0000000..3adb7e6
--- /dev/null
+++ b/tests/pillar/minion_master.sls
@@ -0,0 +1,10 @@
+salt:
+ minion:
+ enabled: true
+ master:
+ host: 127.0.0.1
+ mine:
+ interval: 60
+ module:
+ grains.items: []
+ network.interfaces: []