-
Notifications
You must be signed in to change notification settings - Fork 187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is terrific work, thank you! I'll kick off tests now.
the log output location, you can specify the `StandardOutput` and `StandardError` options by using the `--systemd-stdout` and `--systemd-stderr` | ||
options. See the [`systemd.exec` man pages](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput=) for available | ||
options, but note that the `file:path` option requires [systemd version >= 236](https://stackoverflow.com/a/48052152), which is not provided | ||
in the base Ubuntu 16.04 and Amazon Linux 2 images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the docs 👍
Packer build failed:
|
It seems I forgot to update I've updated the Consul version to 1.5.1, to match the latest version of terraform-aws-consul, and Nomad to the nearest version going by release date, which is 0.9.1. |
Great, thanks! I'll kick off tests again. |
Alright, tests passed! Merging now. Thank you for the contribution! |
Closes #18 by switching to Amazon Linux 2 and changing to
systemd
.Heavily based on https://github.com/hashicorp/terraform-aws-consul/pull/130/files
After noticing the lack of activity on #45 I decided to create a pull request myself. All points brought up in that stale pull request should have been addressed. I have so far been unable to get the tests running, though.