Skip to content

Commit 1a4fba6

Browse files
committed
Added success message after deploying a policy set
Ticket: ENT-9173 Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 0b33203 commit 1a4fba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf_remote/remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,4 +552,5 @@ def deploy_masterfiles(host, tarball, *, connection=None):
552552
combined = " && ".join(commands)
553553
print("Running: '%s'" % combined)
554554
ssh_sudo(connection, combined)
555+
print("Policy set successfully deployed to '%s' 🚀" % host)
555556
return 0

0 commit comments

Comments
 (0)