summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 19:55:36 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 20:18:41 +0100
commitf207e3ccc89c85bd4131003af94bec0fe0dc32a2 (patch)
treebb3067797f7feaa8efbdcd129c51411aa7e301d7 /manifests/init.pp
downloadwpa_supplicant-f207e3ccc89c85bd4131003af94bec0fe0dc32a2.tar.gz
wpa_supplicant-f207e3ccc89c85bd4131003af94bec0fe0dc32a2.tar.xz
Add wpa_supplicant.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..3125f6c
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,6 @@
+class wpa_supplicant (
+ String $ctrl_interface = '/run/wpa_supplicant',
+ Hash[String,Hash] $interfaces = {},
+) {
+ create_resources(wpa_supplicant::interface, $interfaces)
+}