Skip to content

Instantly share code, notes, and snippets.

View jeefberkey's full-sized avatar
💻

Nick Miller jeefberkey

💻
View GitHub Profile
Vagrant.configure('2') do |config|
config.ssh.forward_agent = true
config.vm.provision :hosts, sync_hosts: true
config.vm.provision "shell", inline: <<-SHELL
mkdir -p /etc/puppetlabs/facter/facts.d/
echo "vagrant=true" >>/etc/puppetlabs/facter/facts.d/vagrant.txt
SHELL
config.vm.define "puppet" do |puppet|
@jeefberkey
jeefberkey / Gemfile
Created May 18, 2018 21:33
fetch repos
source "https://rubygems.org"
gem 'pry'
gem 'octokit'
gem 'netrc'
gem 'coderay'
gem 'git'
@jeefberkey
jeefberkey / Gemfile
Last active October 3, 2018 13:58
get the ci status of every project in a gitlab org
source "https://rubygems.org"
gem 'gitlab'
gem 'pry'
gem 'awesome_print'
gem 'colorize'
Definition of the TXT.ERRORCODE register for 2nd_gen_i5_i7-SINIT:
================================================================
Bit Name Description
--- ---- -----------
31 Valid Valid error when set to '1'. The rest of the register
contents should be ignored if '0'
30 External '0' if induced from the processor
'1' if induced from software
29:0 Type This is implementation and source specific. It provides more
### Keybase proof
I hereby claim:
* I am jeefberkey on github.
* I am jeefberkey (https://keybase.io/jeefberkey) on keybase.
* I have a public key ASAkD2v0dvNXqe4k38al2KJyXjDf5voMkzDbgvM4jvU21Qo
To claim this, I am signing this object:
@jeefberkey
jeefberkey / curl_repo_docs.rb
Last active January 17, 2017 18:59
Update SIMP module documentation on puppetmodule.info
require 'octokit'
SLEEP = 5
gh = Octokit::Client.new( :netrc => true )
gh.login
gh.auto_paginate = true
simp_repos = gh.org_repos('simp')
simp_repos.each do |repo|
@jeefberkey
jeefberkey / Instructions.md
Last active October 19, 2016 18:21
SIMP 6 Alpha Puppetfile