You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
You can specify any custom keypairs of options with the options_extra_redhat argument of the network::interface define, with values like:
network::interface { 'ifname':
[...]
options_extra_redhat => {
ESSID => 'foo',
MODE => 'Managed',
KEY_MGMT => 'WPA-PSK' ...
}
The keys files are not supported, suppose the best approach would be to create a custom wrapper around the network::interface define where to create keys files and add any custom default params.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On redhat/el7 there a numerous parameters associated with configuring wifi. E.g.:
There is also a per interface
/etc/sysconfig/network-scripts/keys-<iface>
file for secrets. E.g.:The text was updated successfully, but these errors were encountered: