summaryrefslogtreecommitdiff
diff options
authorPMR <pmr@pmr-lander>2019-03-10 10:21:39 +0000
committerPMR <pmr@pmr-lander>2019-03-10 10:21:39 +0000
commite1bf49eabfe8780983ab9d286dec64c389729712 (patch)
tree0d446dbf29d78b31d4aae4fb039dfb31b844d5bb
parent7999ea12bd71075f5d57075c543d43ad2abcd869 (diff)
parentabdc2a06d590bf895a9b27ee45116b8cf5a6f4c1 (diff)
Merge #364210 from ~sylvain-pineau/plainbox-provider-checkbox:fix-nm_connection_backup_idssnap-2019-03-08T0906
-rw-r--r--units/wireless/jobs.pxu8
1 files changed, 4 insertions, 4 deletions
diff --git a/units/wireless/jobs.pxu b/units/wireless/jobs.pxu
index a186979..b3d6604 100644
--- a/units/wireless/jobs.pxu
+++ b/units/wireless/jobs.pxu
@@ -447,7 +447,7 @@ _description:
unit: template
template-resource: device
template-filter: device.category == 'WIRELESS' and device.interface != 'UNKNOWN'
-id: wireless/nm_connection_save_{category}
+id: wireless/nm_connection_save_{interface}
category_id: com.canonical.plainbox::wireless
_summary: Save any NetworkManager 802.11 configurations prior to testing
plugin: shell
@@ -460,7 +460,7 @@ flags: preserve-locale also-after-suspend also-after-suspend-manual
unit: template
template-resource: device
template-filter: device.category == 'WIRELESS' and device.interface != 'UNKNOWN'
-id: wireless/nm_connection_restore_{category}
+id: wireless/nm_connection_restore_{interface}
category_id: com.canonical.plainbox::wireless
_summary: Restore any NetworkManager 802.11 configurations after testing
plugin: shell
@@ -468,5 +468,5 @@ user: root
command:
wifi_nmcli_backup.py restore
estimated_duration: 2.0
-depends: wireless/nm_connection_save_{category}
-flags: preserve-locale also-after-suspend also-after-suspend-manual \ No newline at end of file
+depends: wireless/nm_connection_save_{interface}
+flags: preserve-locale also-after-suspend also-after-suspend-manual