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
| Chris: 54.162.164.71 | |
| Kimberly: 54.146.228.229 | |
| Kyle: 54.165.102.208 | |
| Morgan: 52.200.4.130 | |
| Mark: 54.89.145.146 | |
| Nazeer: 174.129.120.5 | |
| Wayne: 52.90.149.103 | |
| 54.175.123.141 | |
| 54.90.205.157 |
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
| data_bag(:users).each do |user| | |
| user_item = data_bag_item('users', user) | |
| user user_item['id'] do | |
| uid user_item['uid'] | |
| home user_item['home'] | |
| manage_home true | |
| end | |
| 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
| { | |
| "chef_client": { | |
| "interval": 300, | |
| "splay": 60 | |
| } | |
| } |
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
| { | |
| "elasticsearch" : { | |
| "version": "value", | |
| "hash": { | |
| "key1": "value1", | |
| "key2": "value2" | |
| }, | |
| "key 3": "value3" | |
| } | |
| } |
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
| # | |
| # Cookbook Name:: sitedbaas | |
| # Spec:: default | |
| # | |
| # Copyright (c) 2015 The Authors, All Rights Reserved. | |
| require 'spec_helper' | |
| describe 'sitedbaas::default' do | |
| context 'When all attributes are default, on an unspecified platform' do |
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
| seanrycar01:~ nrycar$ rm -Rf .berkshelf/cookbooks/ | |
| seanrycar01:~ nrycar$ rm Berksfile.lock | |
| seanrycar01:~ nrycar$ cat Berksfile | |
| source "https://supermarket.chef.io" | |
| cookbook "mysql" | |
| seanrycar01:~ nrycar$ berks install | |
| Resolving cookbook dependencies... | |
| Fetching cookbook index from https://supermarket.chef.io... |