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
### Keybase proof | |
I hereby claim: | |
* I am cinderhaze on github. | |
* I am cinderhaze (https://keybase.io/cinderhaze) on keybase. | |
* I have a public key ASAdsfUAZZfbqviN1-IW74AA1krlagOAL_8LQBoRrtgcngo | |
To claim this, I am signing this object: |
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
require 'spec_helper' | |
describe 'hosttest' do | |
context 'with default values for all parameters' do | |
context 'With foo.local host pre_condition' do | |
let(:pre_condition) {" | |
host { 'foo.local': | |
ip => '1.2.3.4', | |
host_aliases => [ 'foo1.local', 'foo2.local' ], | |
} |
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
class HelloWorld | |
def hello() | |
'Hello, World!' | |
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
192:adventofcode cinderhaze$ rvm install ruby-2.3.3 --binary | |
Searching for binary rubies, this might take some time. | |
Found remote file https://rubies.travis-ci.org/osx/10.11/x86_64/ruby-2.3.3.tar.bz2 | |
Checking requirements for osx. | |
Installing requirements for osx. | |
Updating system.... | |
Installing required packages: autoconf, automake, libtool, libksba.... | |
==> Upgrading 4 outdated packages, with result: | |
libyaml 0.1.7, openssl 1.0.2j, pkg-config 0.29.1_2, readline 7.0.1 | |
==> Upgrading libyaml |
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
ubuntu@ubuntu:~$ puppet apply pretty.pp [12/46] | |
Notice: Scope(Class[main]): {one => 1, two => [dos, 2]} | |
Notice: Scope(Class[main]): | |
{ | |
"one": "1", | |
"two": [ | |
"dos", | |
"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
usr@ubuntu:~$ docker run -ti centos:6.6 /bin/bash | |
Unable to find image 'centos:6.6' locally | |
6.6: Pulling from library/centos | |
a3ed95caeb02: Already exists | |
35d9d5d11536: Pull complete | |
Digest: sha256:cca50b07742e20c386025f231b5667b5051603e4f8e656da6442a39c0b96e680 | |
Status: Downloaded newer image for centos:6.6 | |
[root@649d1ea68df1 /]# sudo rpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm | |
bash: sudo: command not found | |
[root@649d1ea68df1 /]# rpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm |
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
FROM ubuntu:15.10 | |
| |
RUN apt-get update && apt-get install -y \ | |
build-essential \ | |
git \ | |
libxml2 libxml2-dev libxslt1-dev \ | |
ruby2.2 \ | |
ruby2.2-dev \ | |
rubygems | |
|
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
==> default: Running provisioner: shell... | |
default: Running: /var/folders/fk/pjhgc92d7f9ctbfg50x2x7wc0000gp/T/vagrant-shell20160205-39791-zjbwih.sh | |
==> default: stdin: is not a tty | |
==> default: Reading package lists... | |
==> default: Building dependency tree... | |
==> default: Reading state information... | |
==> default: wget is already the newest version. | |
==> default: 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. | |
==> default: Err http://apt.puppetlabs.com trusty InRelease | |
==> default: |
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
// Use this include for the Web IDE: | |
#include "OneWire/OneWire.h" | |
// Use this include for Particle Dev where everything is in one directory. | |
// #include "OneWire.h" | |
// This library can be tested on the Core/Photon by running the below | |
// DS18x20 example from PJRC: | |
// OneWire DS18S20, DS18B20, DS1822 Temperature Example |
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
[ec2-user@ip-172-31-44-96 modules]$ gem list | |
*** LOCAL GEMS *** | |
bigdecimal (1.2.0) | |
jmespath (1.1.3) | |
json (1.8.2) | |
nokogiri (1.6.1) | |
psych (2.0.0) | |
rdoc (4.1.0) |
NewerOlder