Created
November 9, 2014 17:39
-
-
Save Red-Folder/a0a379b37654be83ca42 to your computer and use it in GitHub Desktop.
AWS config file to install MSSQL Module
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
commands: | |
01-install_mssql: | |
command: yum -y --enablerepo=amzn-updates install php-mssql | |
test: "php -r \"exit(extension_loaded('mssql') ? 1 : 0);\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment