From f207e3ccc89c85bd4131003af94bec0fe0dc32a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Jan 2022 19:55:36 +0100 Subject: Add wpa_supplicant. --- manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/init.pp (limited to 'manifests/init.pp') 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) +} -- cgit v1.2.3