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
| config.plugin.deps do | |
| depend 'vagrant-omnibus', '1.0.2' | |
| depend 'vagrant-cachier', '0.1.0' | |
| depend 'vagrant-aws', '0.2.2' | |
| end |
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
| config.plugin.depend 'vagrant-omnibus', '1.0.2' |
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
| pip install https://bitbucket.org/pypa/setuptools/downloads/distribute-0.7.3.zip |
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
| pip install tox>=1.5.0 --upgrade |
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
| ################################ | |
| # dev-linux-toolchain/init.sls # | |
| ################################ | |
| linux-dev-toolchain: | |
| pkg.installed: | |
| - pkgs: | |
| - build-essential | |
| - python2.7-dev | |
| - python3-dev |
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
| ################################ | |
| # dev-linux-toolchain/init.sls # | |
| ################################ | |
| linux-dev-toolchain: | |
| pkg.installed: | |
| - pkgs: | |
| - build-essential | |
| - python2.7-dev | |
| - python3-dev |
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
| ==15304== Memcheck, a memory error detector | |
| ==15304== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. | |
| ==15304== Using Valgrind-3.10.0.SVN and LibVEX; rerun with -h for copyright info | |
| ==15304== Command: ./lt-check_tree -v --trace-children=yes --show-leak-kinds=full --leak-check=full | |
| ==15304== | |
| Running suite(s): blah | |
| ==15305== | |
| ==15305== HEAP SUMMARY: | |
| ==15305== in use at exit: 1,596 bytes in 38 blocks | |
| ==15305== total heap usage: 50 allocs, 12 frees, 2,076 bytes allocated |
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
| broker-cluster: | |
| vpc.exists: | |
| tags: | |
| - Environment: Production | |
| dhcp_options: | |
| - Custom DHCP options: | |
| - ... | |
| subnets: | |
| - Broker Cluster Subnet: | |
| - ... |
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
| sudo apt-get install libprotobuf-dev protobuf-compiler |
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
| sudo apt-get install gccxml build-essential autotools-dev libtool automake |