Skip to content

Instantly share code, notes, and snippets.

View kylecannon's full-sized avatar

Kyle Cannon kylecannon

View GitHub Profile
@kylecannon
kylecannon / SassMeister-input-HTML.html
Created November 9, 2014 04:51
Generated by SassMeister.com.
<html>
<head>
</head>
<body>
<div class="ds-row">
<div class="ds-grid-header">
test
</div>
</div>
@kylecannon
kylecannon / gist:4057111
Created November 12, 2012 02:00 — forked from anonymous/gist:4056793
EC2 cloudinit script for Puppet Enterprise
#!/bin/sh
# Script to boot strap new EC2 instances and get them connected to our Puppet Enterprise master
rpm --quiet -q git rubygems || yum -y install git rubygems
if rpm --quiet -q pe-puppet; then
# Puppet Enterprise is already installed, let's reconfigure it - this instance was most likely booted up in the past, or is using an AMI that already has Puppet baked in
service pe-puppet stop
cat > /etc/puppetlabs/puppet/puppet.conf <<EOF