===
* 3: Fix version handling for both repo selection and
package installation on MongoDB. Set default version
to 3.2. Now one can simply install the major release
as so:
python -m jaraco.fabric mongodb.distro_install:3.2
Or install the default version with no version at all:
python -m jaraco.fabric mongodb.distro_install
* 4: Install the systemd configuration so that the
service is managed.