-
Notifications
You must be signed in to change notification settings - Fork 10
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
Linux version awareness #15
Comments
What specifically is lucid dependent? |
The 'git-core' package is just called 'git' in later Ubuntu versions. There's also no guarantee that the other package names ("curl", "build-essential", "libxslt1-dev", "libxml2-dev", "libssl-dev") will remain valid in future releases. |
For now, I'm just going to change git-core to git, I think. Even if you're on Lucid, you could get around this by installing the git ppa or just using an older Terraform version. |
I pushed a prerelease version of the gem (0.0.7.rc1) with this change. @philc let me know what you think. |
Right now there's Lucid-specific stuff in Terraform. We should figure out what we're running on and then have a mechanism for doing different things depending on what Ubuntu it is. We should also fail if we don't now how to handle the version we're running on.
The text was updated successfully, but these errors were encountered: