Last active
August 29, 2015 14:09
-
-
Save rastasheep/e600fad6d7e37a0da90a to your computer and use it in GitHub Desktop.
Stackoverflow question: http://stackoverflow.com/questions/26976081/cookbook-apache-wrapper-not-found-when-running-chefspec-in-apache-wrapper-cook/26993812?noredirect=1#comment42526648_26993812
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
source "https://supermarket.getchef.com" | |
cookbook 'apache2', '= 1.9.6' | |
cookbook 'apache_wrapper', path: './apache_wrapper' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment