This PR creates .deb and .rpm Linux packages of the nomad-driver-exec2
task driver. Given limitations of our packaging system the driver gets
installed in /usr/bin/ but then gets linked to /opt/nomad/plugins/ during
the install steps (and likewise removed during uninstall). This way the
plugin Just Works with the default configuration of Nomad.
This PR creates .deb and .rpm Linux packages of the nomad-driver-exec2 task driver. Given limitations of our packaging system the driver gets installed in /usr/bin/ but then gets linked to /opt/nomad/plugins/ during the install steps (and likewise removed during uninstall). This way the plugin Just Works with the default configuration of Nomad.
Closes https://github.com/hashicorp/nomad-driver-exec2/issues/4