From 93a173184553ead905124a24a0d0222653db1dcc Mon Sep 17 00:00:00 2001
From: root <root@salt.it.hs-hannover.de>
Date: Wed, 4 Dec 2019 15:49:18 +0100
Subject: [PATCH] Add pillar.example for state checkmk.debian.radsec

---
 pillar.example | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 pillar.example

diff --git a/pillar.example b/pillar.example
new file mode 100644
index 0000000..abee928
--- /dev/null
+++ b/pillar.example
@@ -0,0 +1,28 @@
+checkmk:
+  radsec:
+    as-host: 127.0.0.1
+    as-port: 1812
+    as-secret: topsecret
+    count: 1
+    timeout: 10
+  radsec-eapol:
+    internal-1: |
+      network={
+          eap=PEAP
+          eapol_flags=0
+          key_mgmt=IEEE8021X
+          identity="foobar@example.com"
+          password="TOPSECRET"
+          phase2="auth=MSCHAPV2"
+          anonymous_identity="anonymous@example.com"
+      }
+    internal-2: |
+      network={
+          eap=PEAP
+          eapol_flags=0
+          key_mgmt=IEEE8021X
+          identity="baarbaz@example.example.com"
+          password="fakvdiak"
+          phase2="auth=MSCHAPV2"
+          anonymous_identity="anonymous@example.example.com"
+      }
-- 
GitLab