summaryrefslogtreecommitdiff
path: root/repo/augeas/awall.aug
diff options
context:
space:
mode:
Diffstat (limited to 'repo/augeas/awall.aug')
-rw-r--r--repo/augeas/awall.aug9
1 files changed, 9 insertions, 0 deletions
diff --git a/repo/augeas/awall.aug b/repo/augeas/awall.aug
new file mode 100644
index 0000000..e4432d2
--- /dev/null
+++ b/repo/augeas/awall.aug
@@ -0,0 +1,9 @@
+(* Copyright (C) 2018 Kaarle Ritvanen *)
+
+module Awall =
+
+autoload xfm
+
+let xfm = transform Json.lns (
+ incl "/etc/awall/*.json" . incl "/etc/awall/*/*.json"
+)