Skip to content

Commit

Permalink
Merge pull request #1011 from seth-reeser/develop-catapult
Browse files Browse the repository at this point in the history
Platform: Require winrm-elevated explicitly in order to support Ubuntu 20.04 as distributed
  • Loading branch information
seth-reeser authored Jan 3, 2021
2 parents e0d1bb4 + 93c20c1 commit 031ac20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 3.216.9
version: 3.216.10
major:
description: "Catapult uses Semantic Versioning. During a MAJOR increment, incompatable API changes are made which require a manual upgrade path. Please follow these directions:"
notice: "NEW MAJOR VERSION OF CATAPULT AVAILABLE"
Expand Down
2 changes: 1 addition & 1 deletion catapult/catapult.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def Command::format_repo_size(repo_size)
catapult_exception("VBoxManage is not installed at /usr/bin/vboxmanage")
end
# define required vagrant plugins
vagrant_plugins(["highline","vagrant-aws","vagrant-digitalocean","vagrant-hostmanager","vagrant-vbguest"]);
vagrant_plugins(["highline","vagrant-aws","vagrant-digitalocean","vagrant-hostmanager","vagrant-vbguest","winrm-elevated"]);
else
catapult_exception("Cannot detect your operating system, please submit an issue at https://github.com/devopsgroup-io/catapult")
end
Expand Down

0 comments on commit 031ac20

Please sign in to comment.