summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: e78f23f805b39e553ef406b78a122e65a4488961 (plain)
1
2
3
4
5
6
class wpa_supplicant (
  Hash[String,Hash] $interfaces,
  String $ctrl_interface = '/run/wpa_supplicant',
) {
  create_resources(wpa_supplicant::interface, $interfaces)
}