summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-11 23:02:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-11 23:02:46 +0100
commite1fff599e3b340af5d69db058a8b51cea2c2d3f6 (patch)
treecea3b90a1154b51e3b570b733c38235b794bb815
parentUpdate code to use new ssh module. (diff)
downloadwebdav_server-e1fff599e3b340af5d69db058a8b51cea2c2d3f6.tar.gz
webdav_server-e1fff599e3b340af5d69db058a8b51cea2c2d3f6.tar.xz
Made wpa-supplicant interfaces hash non-optional.
-rw-r--r--modules/wpa_supplicant/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wpa_supplicant/manifests/init.pp b/modules/wpa_supplicant/manifests/init.pp
index 3125f6c..e78f23f 100644
--- a/modules/wpa_supplicant/manifests/init.pp
+++ b/modules/wpa_supplicant/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)
}