View gist:11066204
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
/root/.ssh/test_repo_deploy_key: | |
file.managed: | |
- mode: 600 | |
- contents: | | |
fake_private_key | |
multi line | |
awesome sauce | |
wow doge |
View init.sls
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
run-script: | |
cmd.script: | |
- name: ./echoenv.sh | |
- source: salt://junk/echoenv.sh | |
- env: | |
JUNK1: 'myjunk1' | |
JUNK2: 'myjunk2' |
View echoenv.sh
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
#!/bin/bash | |
echo START ENVIRONMENT | |
set | |
echo END ENVIRONMENT |
View init.sls
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
run-script: | |
cmd.script: | |
- name: ./echoenv.sh | |
- source: salt://junk/echoenv.sh | |
- env: | |
JUNK1: 'myjunk1' | |
JUNK2: 'myjunk2' |
View echoenv.sh
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
#!/bin/bash | |
echo START ENVIRONMENT | |
set | |
echo END ENVIRONMENT |
View build-jzmq.log
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
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.19496 | |
+ umask 022 | |
+ cd /workspace/rpmbuild/BUILD | |
+ LANG=C | |
+ export LANG | |
+ unset DISPLAY | |
+ cd /workspace/rpmbuild/BUILD | |
+ rm -rf jzmq-2.2.2 | |
+ /usr/bin/gzip -dc /workspace/code/thirdparty/jzmq-2.2.2.tar.gz | |
+ tar -xf - |
View setup_env.sh
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
#!/bin/bash | |
pushd `dirname $0` | |
current_dir=$(pwd) | |
MYSQL_ROOT_PASSWORD=password | |
MYSQL_DATA_DIR=${current_dir}/var/lib/mysql | |
echo "MYSQL_DATA_DIR: ${MYSQL_DATA_DIR}" |
View Vagrantfile_partial
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
windows.vm.provision "artifactory-dns", type: "shell", inline: <<-SHELL | |
echo 128.18.9.167 artifactory.sri.com >> C:\\Windows\\System32\\drivers\\etc\\hosts | |
SHELL |
View gist:1057182
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
# | |
# SimpleSite - Pylons testing environment configuration | |
# | |
# The %(here)s variable will be replaced with the parent directory of this file | |
# | |
[DEFAULT] | |
debug = true | |
# Uncomment and replace with the address which should receive any error reports | |
#email_to = you@yourdomain.com | |
smtp_server = localhost |
View gist:1076424
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
{ | |
"_id": "6aa323ad0e95c49b0f6ac9c0b36ff513", | |
"_rev": "1-beb08a81570c13472e9b048b09a11d1d", | |
"summary": "72 of 72 test(s) run, 7 failures (332596 ms) ", | |
"platform": { | |
"browser": "safari", | |
"version": "534.30" | |
}, | |
"timestamp": 1310408078105, | |
"timezone": 420, |
OlderNewer