a. Search for a copy of the haproxy cookbook by issuing the following commands.
knife cookbook site search haproxy
knife cookbook site show haproxy
| "70175": "30.06, -89.93" | |
| "11542": "40.86, -73.63" | |
| "11547": "40.82, -73.63" | |
| "11545": "40.84, -73.61" | |
| "11548": "40.81, -73.62" | |
| "11549": "40.7, -73.61" | |
| "19399": "40.05, -75.41" | |
| "19398": "40.05, -75.41" | |
| "19397": "40.05, -75.41" | |
| "19395": "39.93, -75.55" |
| #!/bin/bash | |
| # node-reinstall | |
| # credit: | |
| # http://stackoverflow.com/a/11178106/2083544 | |
| # https://gist.github.com/brock/5b1b70590e1171c4ab54 | |
| ## program version | |
| ## Update versions accordingly. https://github.com/creationix/nvm/releases | |
| VERSION="0.31.0" |
| ➜ librarian-test librarian-puppet install --verbose | |
| [Librarian] Ruby Version: 2.0.0 | |
| [Librarian] Ruby Platform: universal.x86_64-darwin13 | |
| [Librarian] Rubygems Version: 2.0.14 | |
| [Librarian] Librarian Version: 0.1.2 | |
| [Librarian] Librarian Adapter: puppet | |
| [Librarian] Librarian Adapter Version: 2.0.1 | |
| [Librarian] Project: /Users/nithyans/Documents/CDK/Stash/ALM/Puppet_Testing/librarian-test | |
| [Librarian] Specfile: Puppetfile | |
| [Librarian] Lockfile: Puppetfile.lock |
| --- | |
| - | |
| hosts: dev | |
| gather_facts: yes | |
| vars: | |
| app_name: creditcompliance | |
| path_to_verify: /var/www/edge-app/{{app_name}}/web/config/app.conf.json | |
| tasks: | |
| - | |
| name: "Check if path exists for {{ path_to_verify }}" |
| ==> exml (compile) | |
| Compiled src/exml.erl | |
| Compiled src/exml_query.erl | |
| Compiled src/exml_event.erl | |
| Compiled src/exml_stream.erl | |
| Compiling /root/sources/mongooseim/deps/exml/c_src/exml_event.c | |
| In file included from /root/sources/mongooseim/deps/exml/c_src/exml_event.c:1: | |
| c_src/exml_event.h:5:19: error: expat.h: No such file or directory | |
| In file included from /root/sources/mongooseim/deps/exml/c_src/exml_event.c:1: | |
| c_src/exml_event.h:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ms’ |
| [] ~ () $ npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ '/usr/local/bin/node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] | |
| npm verb config Skipping project config: /home/nithyans/.npmrc. (matches userconfig) |
| [] ~ () $ npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] | |
| npm verb node symlink /usr/bin/node |
| sudo npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] | |
| npm verb readDependencies using package.json deps |
| sudo npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using [email protected] | |
| npm info using [email protected] |