Skip to content

Instantly share code, notes, and snippets.

@snize
Created October 24, 2013 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snize/7130134 to your computer and use it in GitHub Desktop.
Save snize/7130134 to your computer and use it in GitHub Desktop.
---
vagrantfile-local:
vm:
box: precise64
box_url: 'http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-12042-x64-vbox4210.box'
hostname: null
network:
private_network: 192.168.56.101
forwarded_port:
Jw3OItwS0Sz0:
host: ''
guest: ''
provider:
virtualbox:
modifyvm:
name: symfony-box
natdnshostresolver1: on
memory: '512'
setextradata:
VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root: 1
provision:
puppet:
manifests_path: puppet/manifests
options:
- --verbose
- '--hiera_config /vagrant/hiera.yaml'
- '--parser future'
synced_folder:
yVgG0FZM2nnM:
id: vagrant-root
source: ./
target: /var/www
nfs: 'false'
usable_port_range: 2200..2250
ssh:
host: null
port: null
private_key_path: null
username: vagrant
guest_port: null
keep_alive: true
forward_agent: false
forward_x11: false
shell: 'bash -l'
vagrant:
host: ':detect'
server:
packages:
- build-essential
- vim
- curl
- git-core
dot_files:
-
bash_aliases: null
apache:
modules:
- php
- rewrite
vhosts:
j0fR7C1HDxXJ:
servername: symfony.dev
serveraliases:
- www.symfony.dev
docroot: /var/www/symfony
port: '80'
setenv:
- 'APP_ENV dev'
override:
- All
user: www-data
group: www-data
default_vhost: true
mpm_module: prefork
php:
version: '54'
composer: '1'
modules:
php:
- cli
- curl
- intl
- mcrypt
pear: { }
pecl:
- pecl_http
ini:
display_errors: On
error_reporting: '-1'
timezone: Asia/Tokyo
xdebug:
install: '1'
settings:
xdebug.default_enable: '1'
xdebug.remote_autostart: '0'
xdebug.remote_connect_back: '1'
xdebug.remote_enable: '1'
xdebug.remote_handler: dbgp
xdebug.remote_port: '9000'
xhprof:
install: '1'
location: /var/www/xhprof
mysql:
root_password: '123'
phpmyadmin: 0
databases:
lc80F8QXgCqS:
grant:
- ALL
name: test
host: localhost
user: vmuser
password: vmpass
sql_file: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment