Created
December 3, 2013 18:34
-
-
Save ChristinaMeno/7774843 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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