Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packer fills /tmp, does not clean up after itself #4

Open
austinhyde opened this issue Jul 16, 2015 · 2 comments
Open

Packer fills /tmp, does not clean up after itself #4

austinhyde opened this issue Jul 16, 2015 · 2 comments
Labels

Comments

@austinhyde
Copy link
Owner

According to @ichilton in issue #2, packer fills up /tmp, and although supposedly it obeys the TMPDIR environment variable to change where it builds, supplying this through Ansible doesn't appear to transfer through to packer.

  1. Figure out why setting TMPDIR doesn't affect packer behavior
  2. Either make the Ansible-set environment variable pass through, or provide a way to force it through via a module argument.
  3. Figure out if there's a good reason packer isn't cleaning up after itself.
  4. Make the module clean up after itself. Might want to make this optional.
@austinhyde
Copy link
Owner Author

1/2 - maybe need to add a -E to the sudo from PR #3?

@sanderboom
Copy link

Ah, sorry for posting the related issue separately in #7. Not entirely similar though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants