Skip to content

Commit

Permalink
Only remove 'AutoPi QC' networks
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Nilsson committed Sep 27, 2019
1 parent cdad516 commit ec690a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/salt/base/state/network/wlan/client/config.sls
Expand Up @@ -3,7 +3,7 @@
ensure-default-wlan-networks-removed:
file.replace:
- name: /etc/salt/grains
- pattern: "^ - priority: [0-9]+\n psk: .+\n ssid: AutoPi .+\n"
- pattern: "^ - priority: [0-9]+\n psk: .+\n ssid: AutoPi QC.*\n"
- repl: ""

refresh-grains-after-ensure-default-wlan-networks-removed:
Expand Down

0 comments on commit ec690a8

Please sign in to comment.