Skip to content

Instantly share code, notes, and snippets.

@tactactad
tactactad / vccw_site.yml
Last active November 10, 2015 05:35
add ssh forwarded port config
# encoding: utf-8
# vim: ft=ruby expandtab shiftwidth=2 tabstop=2
#
# General Settings
#
wp_box: miya0001/vccw
chef_cookbook_path: ./provision
#
@tactactad
tactactad / vccw_vagrantfile
Created November 10, 2015 05:34
add ssh forwarded port config for vccw vagrantfile
# encoding: utf-8
# vim: ft=ruby expandtab shiftwidth=2 tabstop=2
require 'yaml'
Vagrant.require_version '>= 1.5'
Vagrant.configure(2) do |config|
vccw_version = '2.8.2';