From 142021023cc7037a111135f1baddb4ae9c42fd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Jan 2022 23:02:46 +0100 Subject: Made wpa-supplicant interfaces hash non-optional. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3125f6c..e78f23f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ class wpa_supplicant ( + Hash[String,Hash] $interfaces, String $ctrl_interface = '/run/wpa_supplicant', - Hash[String,Hash] $interfaces = {}, ) { create_resources(wpa_supplicant::interface, $interfaces) } -- cgit v1.2.3