Skip to content

Instantly share code, notes, and snippets.

View quidome's full-sized avatar

Quido Meijer quidome

  • bol.com
  • Utrecht, Netherlands
View GitHub Profile
@quidome
quidome / puppet_agent_bootstrap.sh
Last active August 29, 2015 14:18 — forked from jim80net/puppet_gem_installer.sh
bootstrap puppet agent on smartos
#!/bin/bash
# For installation of puppet by gem for smartos
#
RUBY=ruby193
PUPPETVERSION=3.7.4
# install ruby
pkgin -y in ${RUBY}