From 8a226e51a25ef94dd8fc2ba8194e50cc451f4286 Mon Sep 17 00:00:00 2001 From: john-david-r-smith Date: Mon, 6 Feb 2017 12:42:23 +0100 Subject: [PATCH] use qubesctl --all state.highstate to apply states use qubesctl --all state.highstate to apply states instead of qubesctl state.highstate --- configuration/salt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/salt.md b/configuration/salt.md index 2fe4f507..3a9951e8 100644 --- a/configuration/salt.md +++ b/configuration/salt.md @@ -155,9 +155,9 @@ And to disable one: qubesctl top.disable my-new-vm -To actually apply the state: +To actually apply the states to dom0 and all vms: - qubesctl state.highstate + qubesctl --all state.highstate (More information on the command is further down.)