Skip to content

Instantly share code, notes, and snippets.

@mattjanssen
Created June 17, 2014 21:30
Show Gist options
  • Save mattjanssen/8bc012ed634e1237d9da to your computer and use it in GitHub Desktop.
Save mattjanssen/8bc012ed634e1237d9da to your computer and use it in GitHub Desktop.
---
vagrantfile-local:
vm:
box: puphpet/centos65-x64
box_url: 'http://local.system/centos-6.5-x86_64-1400511516.box'
hostname: 'acme.dev'
memory: '2048'
chosen_provider: virtualbox
network:
private_network: 10.180.69.10
forwarded_port:
LhaXhoeemn6D:
host: '8080'
guest: '80'
provider:
virtualbox:
modifyvm:
natdnshostresolver1: on
cpus: 2
setextradata:
VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root: 1
vmware:
numvcpus: 1
parallels:
cpus: 1
provision:
puppet:
manifests_path: puphpet/puppet
manifest_file: manifest.pp
module_path: puphpet/puppet/modules
options:
- '--verbose'
- '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
- '--parser future'
synced_folder: { }
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: { }
dot_files:
-
bash_aliases: null
_prevent_empty: ''
mailcatcher:
install: 0
settings:
smtp_ip: 0.0.0.0
smtp_port: 1025
http_ip: 0.0.0.0
http_port: '1080'
mailcatcher_path: /usr/local/bin
log_path: /var/log/mailcatcher/mailcatcher.log
firewall:
install: '1'
rules:
01OHgHBsHKhO:
port: '137'
priority: '100'
proto: udp
action: accept
KOJQTqTVbGML:
port: '138'
priority: '100'
proto: tcp
action: accept
3kBvTEVCECkK:
port: '139'
priority: '100'
proto: tcp
action: accept
IOJR51H5zyEp:
port: '445'
priority: '100'
proto: tcp
action: accept
apache:
install: 0
settings:
user: www-data
group: www-data
default_vhost: true
manage_user: false
manage_group: false
sendfile: 0
modules:
- php
- rewrite
vhosts:
0QdfuD3z8gHE:
servername: awesome.dev
serveraliases:
- www.awesome.dev
docroot: /var/www/awesome
port: '80'
setenv:
- 'APP_ENV dev'
override:
- All
options:
- Indexes
- FollowSymLinks
- MultiViews
custom_fragment: ''
ssl_cert: ''
ssl_key: ''
ssl_chain: ''
ssl_certs_dir: ''
mod_pagespeed: 0
mod_spdy: 0
nginx:
install: '1'
vhosts:
oh8WPtU4zkQS:
server_name: acme.dev
www_root: /var/www/acme.dev
listen_port: '80'
index_files:
- app.php
envvars:
- 'APP_ENVIRONMENT dev'
ssl_cert: ''
ssl_key: ''
php:
install: '1'
version: '54'
composer: '1'
composer_home: ''
modules:
php:
- cli
- intl
- mcrypt
pear: { }
pecl:
- APC
- PDO
- PDO_MYSQL
- PDO_SQLITE
- redis
- pecl_http
- json
ini:
display_errors: On
error_reporting: '-1'
session.save_path: /var/lib/php/session
timezone: America/Chicago
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'
drush:
install: 0
settings:
drush.tag_branch: 6.x
mysql:
install: '1'
root_password: acmepass
adminer: 0
databases:
je6vwSxkSs1V:
grant:
- ALL
name: acme
host: localhost
user: acme
password: acmepass
sql_file: ''
postgresql:
install: 0
settings:
root_password: '123'
user_group: postgres
encoding: UTF8
version: '9.3'
databases: { }
adminer: 0
mariadb:
install: 0
root_password: '123'
adminer: 0
databases: { }
version: '10.0'
mongodb:
install: '1'
settings:
auth: 1
port: '27017'
databases: { }
redis:
install: '1'
settings:
conf_port: '6379'
beanstalkd:
install: 0
settings:
listenaddress: 0.0.0.0
listenport: '13000'
maxjobsize: '65535'
maxconnections: '1024'
binlogdir: /var/lib/beanstalkd/binlog
binlogfsync: null
binlogsize: '10485760'
beanstalk_console: 0
binlogdir: /var/lib/beanstalkd/binlog
rabbitmq:
install: '1'
settings:
port: '5672'
elastic_search:
install: '1'
settings:
java_install: true
autoupgrade: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment