This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/ruby | |
require 'rubygems' | |
require "highline/system_extensions" | |
require 'colorize' | |
include HighLine::SystemExtensions | |
orig, new, args = ARGV | |
args = Array(args) | |
file_names = Dir["**/*.*"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
* Installing CentOS 5.5 & Puppet | |
** Notes | |
** Download install iso: http://mirrors.kernel.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-DVD-1of2.iso | |
** Create a new VirtualBox machine | |
- Name: vagrant-centos | |
- Operating System: Linux |