This file contains hidden or 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
#!/bin/bash | |
# | |
# Configure your IDE to listen to connections with these settings: | |
# | |
# * Max simultaneous connections: 3 | |
# * Xdebug port: 9001 | |
# * DBGp host: <blank> | |
# * DBGp port: 9001 | |
# * IDE key: MYIDE | |
# |
This file contains hidden or 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
#!/bin/bash | |
# Puppet bootstrapping. Currently only supports Ubuntu 12.04. | |
# | |
# TODO: | |
# - Make idempotent | |
# - Support Ubuntu 10.04 and Debian 6 | |
version_os=`expr match "$(lsb_release -c)" '.*\<\(.*\)$'` | |
version_stdlib=03ec16e291a70ac5ac412be36ae3b86a771b98af |
NewerOlder