Skip to content

Instantly share code, notes, and snippets.

@deizel
Created April 24, 2012 19:04
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 deizel/2482751 to your computer and use it in GitHub Desktop.
Save deizel/2482751 to your computer and use it in GitHub Desktop.
➜ joind.in git:(master) ✗ vagrant up
[default] Importing base box 'centos-62-64-puppet'...
[default] Matching MAC address for NAT networking...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 80 => 8080 (adapter 1)
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Running any VM customizations...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Mounting shared folders...
[default] -- v-root: /vagrant
[default] -- manifests: /tmp/vagrant-puppet/manifests
[default] -- v-pp-m0: /tmp/vagrant-puppet/modules-0
[default] Running provisioner: Vagrant::Provisioners::Puppet...
[default] Running Puppet with /tmp/vagrant-puppet/manifests/joindin.pp...
info: Applying configuration version '1335287390'
notice: /Stage[main]/Apache/Package[apache]/ensure: created
notice: /File[/etc/httpd/conf.d/50-dev.joind.in.conf]/ensure: created
info: /File[/etc/httpd/conf.d/50-dev.joind.in.conf]: Scheduling refresh of Service[apache]
notice: /Stage[main]/Php/Package[php]/ensure: created
notice: /Stage[main]//Exec[seed-data]/returns: executed successfully
notice: /Stage[main]//Augeas[set-php-ini-values]/returns: executed successfully
info: /Stage[main]//Augeas[set-php-ini-values]: Scheduling refresh of Service[apache]
notice: /Stage[main]//Php::Module[mysql]/Package[php-mysql]/ensure: created
info: /Stage[main]//Php::Module[mysql]/Package[php-mysql]: Scheduling refresh of Service[apache]
notice: /File[Apache_00-NameVirtualHost.conf]/ensure: created
info: /File[Apache_00-NameVirtualHost.conf]: Scheduling refresh of Service[apache]
notice: /Stage[main]/Mysql/Package[mysql]/ensure: created
notice: /Stage[main]/Mysql/Service[mysql]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]//Exec[create-db]/returns: executed successfully
notice: /Stage[main]//Exec[patch-db]/returns: executed successfully
notice: /Stage[main]//Exec[seed-db]/returns: executed successfully
notice: /Stage[main]/Apache/Service[apache]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]/Apache/Service[apache]: Triggered 'refresh' from 4 events
notice: /Stage[main]//File[upload-directory]/ensure: created
notice: Visit http://dev.joind.in:8080 in your browser.
notice: /Stage[main]//Notify[running]/message: defined 'message' as 'Visit http://dev.joind.in:8080 in your browser.'
info: Creating state file /var/lib/puppet/state/state.yaml
notice: Finished catalog run in 148.40 seconds
➜ joind.in git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment