Skip to content

Instantly share code, notes, and snippets.

@ChristinaMeno
Created December 3, 2013 18:34
Show Gist options
  • Save ChristinaMeno/7774843 to your computer and use it in GitHub Desktop.
Save ChristinaMeno/7774843 to your computer and use it in GitHub Desktop.
diff --git a/vagrant/devmode/salt/roots/virtualenv.sls b/vagrant/devmode/salt/ro
index 2f73d6a..89efcd7 100644
--- a/vagrant/devmode/salt/roots/virtualenv.sls
+++ b/vagrant/devmode/salt/roots/virtualenv.sls
@@ -28,10 +28,10 @@ carbon:
- install_options:
- "--prefix=/home/vagrant/calamari/env"
- "--install-lib=/home/vagrant/calamari/env/lib/python2.7/site-packages"
- require:
- # Carbon inserts its packages into twisted's folders so it only works
- # if installed after twisted (graphite packaging is wonky generally)
- pip: pip_pkgs
+ - require:
+ # Carbon inserts its packages into twisted's folders so it only works
+ # if installed after twisted (graphite packaging is wonky generally)
+ - pip: pip_pkgs
graphite-web:
pip:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment