Skip to content

Instantly share code, notes, and snippets.

As an arch fanboy I am somewhat used to it breaking.
In keeping with this I have not spent much energy trying to prevent it from doing so. This is a quick run through of an error and the fix.
I have put a *bit* of effort into keeping my box stable(this is a server) so I added an
<pre>
IgnorePgk Linux
</pre>
package {
"rubygems":
ensure => present;
"puppet-lint":
require => Package["rubygems"],
ensure => present,
provider => gem;
"rspec-expectations":
require => Package["rubygems"],
#!/bin/bash
#Spencer Krum's Bad - Ass win code
#July 17, 2010
#Ascii taken unscrupulously from http://network-science.de/ascii
echo -en "\033[31;5m"
echo " _______ _______ _______ _______ _______ _______ _ _ "
echo "( ____ \|\ /|( ____ \\( ____ \\( ____ \\( ____ \\( ____ \\( )( )"
echo "| ( \/| ) ( || ( \/| ( \/| ( \/| ( \/| ( \/| || |"
@nibalizer
nibalizer / vagrant.org
Created August 23, 2011 21:51
CentOS Box for Vagrant