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
{"index": {"_id": "7192265"}} | |
{"sku": "7192265", "name": "Skullcandy - Hesh 2 Wireless Over-the-Ear Headphones - Blue/Black", "description": "Wirelessly enjoy rich, powerful audio with these Skullcandy Hesh 2 S6HBHW-515 over-the-ear headphones, which easily pair with most Bluetooth-enabled devices. A detachable 4' cable lets you enjoy your music while the battery recharges.", "price": 99.99, "sale_price": 49.99, "qty_in_stock": 69, "brand": "Skullcandy", "color": [ "blue", "black" ]} | |
{"index": {"_id": "7902883"}} | |
{"sku": "7902883", "name": "Bose® - SoundLink® Color Bluetooth Speaker - Black", "description": "Enjoy clear, full-range sound you might not expect from a compact speaker. This small, durable and simple-to-use Bose® SoundLink® Color Bluetooth speaker has voice prompts to ensure simplified Bluetooth pairing, letting you easily connect to devices.", "price": 129.99, "sale_price": 116.99, "qty_in_stock": 134, "brand": "Bose", "color": "black"} | |
{"index": {"_id": "5838295"}} | |
{"sku": "5838295", "name": "Io |
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
--- | |
HOSTS: | |
centos7-64mdca: | |
roles: | |
- agent | |
- master | |
- database | |
- dashboard | |
pe_dir: /home/dhollinger/Downloads/ | |
pe_ver: 2016.2.1 |
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
def get_ip | |
ip = @compute_client.addresses.find { |ip| ip.instance_id.nil? } | |
if ip.nil? | |
@logger.debug "Creating IP" | |
ip = @compute_client.addresses.create | |
end | |
ip | |
end |
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
autofs::mount with default parameters should contain Concat[/etc/auto.master] | |
Failure/Error: raise Puppet::ParseError, ("#{arg.inspect} is not a string. It looks to be a #{arg.class}") | |
Puppet::PreformattedError: | |
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, nil is not a string. It looks to be a NilClass at /home/travis/build/dhollinger/autofs-puppet/spec/fixtures/modules/concat/manifests/init.pp:99:3 at /home/travis/build/dhollinger/autofs-puppet/spec/fixtures/modules/autofs/manifests/mount.pp:66 on node testing-worker-linux-docker-2a0050d2-3408-linux-5.prod.travis-ci.org |
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
Failure/Error: it { is_expected.to compile.with_all_deps } | |
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/service: Could not autoload puppet/provider/service/gentoo: Could not autoload puppet/provider/service/init: undefined method `downcase' for nil:NilClass at /home/dhollinger/workspace/puppet/voxpupuli/puppet-autofs/spec/fixtures/modules/autofs/manifests/service.pp:17:3 on node |
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
stages: | |
- validate | |
- test | |
- deploy | |
code_validation: | |
stage: validate | |
image: ruby:2.2 | |
before_script: | |
- bundle install |
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
bundle exec rake spec_standalone | |
rake aborted! | |
LoadError: cannot load such file -- gettext-setup | |
/Users/dhollinger/workspace/onyx/puppet/onyx_base_os/Rakefile:3:in `require' | |
/Users/dhollinger/workspace/onyx/puppet/onyx_base_os/Rakefile:3:in `<top (required)>' | |
/Users/dhollinger/.rbenv/versions/2.4.0/bin/bundle:22:in `load' | |
/Users/dhollinger/.rbenv/versions/2.4.0/bin/bundle:22:in `<main>' | |
(See full trace by running task with --trace) |
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@puppetserver-dev ~]# /opt/puppetlabs/puppet/bin/eyaml createkeys | |
[hiera-eyaml-core] Created key directory: ./keys | |
[hiera-eyaml-core] Keys created OK | |
[root@puppetserver-dev ~]# |
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
class my_fw::pre { | |
# Disable due to selective purges of firewallchain | |
# resources { "firewall": | |
# purge => true | |
# } | |
# Avoid removing Docker rules: | |
firewallchain { 'FORWARD:filter:IPv4': | |
purge => true, |
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
class my_fw::pre { | |
# Disable due to selective purges of firewallchain | |
# resources { "firewall": | |
# purge => true | |
# } | |
# Avoid removing Docker rules: | |
firewallchain { 'FORWARD:filter:IPv4': | |
purge => true, |
OlderNewer