This is the contents of /Users/jeff/.rvm/gems/ruby-1.8.7-p358@puppet/bin/ruby_noexec_wrapper
#!/usr/bin/env ruby original_file=ARGV[0] ARGV.shift
jenkins@slave01:~/workspace/Puppet Module - stdlib (2.3.x)/facter/1.6.x/puppet/2.7.x/ruby/ruby-1.8.7/rvm/#rvm$ rspec -fd --order random:123 spec -d /usr/lib/ruby/gems/1.8/gems/mocha-0.9.10/lib/mocha.rb:2 require 'mocha/options' (rdb:1) e puts caller(0) /usr/lib/ruby/gems/1.8/gems/mocha-0.9.10/lib/mocha.rb:2:in `gem_original_require' /usr/lib/ruby/gems/1.8/gems/mocha-0.9.10/lib/mocha.rb:2:in `gem_original_require'
Hiera voltron
(green)[jeff@maynard] 1.9.3@puppet /workspace/green/modules $ rake voltron (in /workspace/green) * puppet 2.7.x 2.7.18-92-g96d7072 96d7072 * facter 1.6.x 1.6.10-2-ga6519b5 a6519b5 * hiera master N/A 711d289 * rspec-puppet master v0.1.3 eed11c7
" ~/.vim/plugin/gitdiffcheck.vim | |
" Open up whitespace errors in the Quickfix List | |
" Jeff McCune | |
" Shamelessly stolen from http://blog.ant0ine.com/typepad/2007/03/ack-and-vim-integration.html | |
" | |
" Just run :GitDiffCheck 2.x | |
" | |
" this will check your current branch for against the 2.x branch | |
" which is useful if you want to know if you're about to merge in | |
" a pull request that contains a bunch of syntax errors. |
This CA bundle is located at puppet master --confdir=$PUPPET_CONFDIR --configprint localcacert
and contains CA certs in the following order:
The following error may be resolved by changing the CA certificate order in the bundle to be:
With cloud provisioner installed puppet help
is totally broken because a single face action throws an Exception.
Error: Could not autoload puppet/face/node/classify: no such file to load -- fog Error: Could not autoload puppet/face/node: Could not autoload puppet/face/node/classify: no such file to load -- fog Error: Failed to load face node:
1.8.7 :010 > catalog = Puppet::Resource::Catalog.new; catalog.class | |
=> Puppet::Resource::Catalog | |
1.8.7 :011 > resource = Puppet::Type.type(:registry_key).new(:name => 'HKLM\Software\Vendor\PuppetLabs', :catalog => catalog); resource.class | |
=> Puppet::Type::Registry_key | |
1.8.7 :012 > catalog.add_resource resource | |
=> nil | |
1.8.7 :013 > pp catalog.resource_keys | |
[["Registry_key", "hklm\\Software\\Vendor\\PuppetLabs"], | |
["Registry_key", "HKLM\\Software\\Vendor\\PuppetLabs"], | |
["Registry_key", "hklm\\software\\vendor\\puppetlabs"]] |
[jeff@maynard] (feature/master/registry_key_purge_values)(dirty)[█▆▁]1.8.7 /vagrant/modules/registry | |
$ cat foo.rb | |
#! /bin/bash | |
# | |
echo bar | |
[jeff@maynard] (feature/master/registry_key_purge_values)(dirty)[█▆▁]1.8.7 /vagrant/modules/registry | |
$ ruby foo.rb | |
bar |
# Generated from fastthread-0.6.4.1.gem by gem2rpm -*- rpm-spec -*- | |
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) | |
%define gemname fastthread | |
%define geminstdir %{gemdir}/gems/%{gemname}-%{version} | |
%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']") | |
%define _enable_debug_packages 0 | |
Summary: Optimized replacement for thread.rb primitives | |
Name: rubygem-%{gemname} | |
Version: 1.0.7 |