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

Linux version awareness #15

Open
cespare opened this issue Mar 25, 2013 · 4 comments
Open

Linux version awareness #15

cespare opened this issue Mar 25, 2013 · 4 comments

Comments

@cespare
Copy link
Collaborator

cespare commented Mar 25, 2013

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.

@philc
Copy link
Owner

philc commented Mar 25, 2013

What specifically is lucid dependent?

@cespare
Copy link
Collaborator Author

cespare commented Mar 27, 2013

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.

@cespare
Copy link
Collaborator Author

cespare commented Mar 27, 2013

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.

@cespare
Copy link
Collaborator Author

cespare commented Mar 27, 2013

I pushed a prerelease version of the gem (0.0.7.rc1) with this change. @philc let me know what you think.

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

No branches or pull requests

2 participants