Skip to content

Commit

Permalink
Merge pull request #50 from cfengine/success
Browse files Browse the repository at this point in the history
ENT-9173: Added success message after deploying a policy set
  • Loading branch information
olehermanse authored Sep 13, 2022
2 parents 0b33203 + 1a4fba6 commit 173cac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf_remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,4 +552,5 @@ def deploy_masterfiles(host, tarball, *, connection=None):
combined = " && ".join(commands)
print("Running: '%s'" % combined)
ssh_sudo(connection, combined)
print("Policy set successfully deployed to '%s' 🚀" % host)
return 0

0 comments on commit 173cac0

Please sign in to comment.