Details
Description
cf-remote should be able to choose the edition of CFEngine to install (community/core|enterprise).
For example:
$ cf-remote install --edition core --hub 1.2.3.4 --clients 2.2.2.2 --bootstrap 1.2.3.4 $ cf-remote install --edition community --hub 1.2.3.4 --clients 2.2.2.2 --bootstrap 1.2.3.4
Should install the same package on both hub and client (if they are the same platform/version).
Matching the default behavior
$ cf-remote install --edition enterprise --hub 1.2.3.4 --clients 2.2.2.2 --bootstrap 1.2.3.4