-
Notifications
You must be signed in to change notification settings - Fork 107
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
replaced Puppet chained events with dependencies, improved Vagrantfile #1
Conversation
@@ -1,5 +1,9 @@ | |||
# -*- mode: ruby -*- | |||
# vi: set ft=ruby : | |||
|
|||
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! |
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.
FWIW, I know that this constant isn't strictly necessary, but I've always appreciated the general warning.
Hi @pdxfixit I tried starting the vagrant box using your fork, but I'm getting a dependency cycle error; maybe it's related to the apt class.Here is the error message: |
I can understand your point about Kibana 4; changed that back. |
replaced Puppet chained events with dependencies, improved Vagrantfile
hope this is useful