Created
August 19, 2013 01:35
-
-
Save bltavares/6265102 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
pair@btavare ~ % baseline init sample | |
Cloning into '.baseline'... | |
remote: Counting objects: 1371, done. | |
remote: Compressing objects: 100% (926/926), done. | |
remote: Total 1371 (delta 346), reused 1311 (delta 315) | |
Receiving objects: 100% (1371/1371), 1.18 MiB | 718.00 KiB/s, done. | |
Resolving deltas: 100% (346/346), done. | |
Checking connectivity... done | |
pair@btavare ~ % cd sample | |
pair@btavare ~/sample % touch sample.js | |
pair@btavare ~/sample % baseline up nodejs | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Setting hostname... | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] -- /var/cache/apt/archives | |
[default] -- /tmp/vagrant-puppet/manifests | |
[default] Running provisioner: puppet... | |
Running Puppet with init.pp... | |
stdin: is not a tty | |
Notice: /Stage[main]/Baseline::Configs/File[baseline.sh]/ensure: defined content as '{md5}14c1c811f3c3c51fa0942f3910fe62b5' | |
Notice: /Stage[main]/Baseline/Exec[update apt]/returns: executed successfully | |
Notice: /Stage[main]/Avahi::Package::Debian/Package[libnss-mdns]/ensure: ensure changed 'purged' to 'present' | |
Notice: /Stage[main]/Avahi::Package::Debian/Package[avahi-utils]/ensure: ensure changed 'purged' to 'present' | |
Notice: /Firewall[100 allow avahi]/ensure: created | |
Notice: /Stage[main]/Baseline::Configs/File[gitconfig]/ensure: defined content as '{md5}54e673d4ff64dba8052671699242dd9d' | |
Notice: /Stage[main]/Baseline::Lang::Nodejs/Apt::Ppa[ppa:chris-lea/node.js]/Package[python-software-properties]/ensure: ensure changed 'purged' to 'present' | |
Notice: /Stage[main]/Baseline::Lang::Nodejs/Apt::Ppa[ppa:chris-lea/node.js]/Exec[add-apt-repository-ppa:chris-lea/node.js]/returns: executed successfully | |
Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events | |
Notice: /Stage[main]/Baseline::Lang::Nodejs/Package[nodejs]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Git/Package[git-core]/ensure: ensure changed 'purged' to 'present' | |
Notice: /Stage[main]/Baseline/Package[emacs]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Baseline/Package[aptitude]/ensure: ensure changed '0.6.6-1ubuntu1.1' to '0.6.6-1ubuntu1.2' | |
Notice: /Stage[main]/Baseline/Package[mercurial]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Baseline/Package[curl]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Baseline/Package[gawk]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Baseline/Package[tmux]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Baseline/Package[zsh]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Baseline/Package[vim]/ensure: ensure changed 'purged' to 'latest' | |
Notice: Finished catalog run in 81.50 seconds | |
pair@btavare ~/sample % baseline ssh | |
Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
Welcome to your Vagrant-built virtual machine. | |
Last login: Thu Feb 21 05:08:45 2013 from 10.0.2.2 | |
vagrant@nodejs:~$ ls /vagrant/ | |
sample.js | |
vagrant@nodejs:~$ logout | |
Connection to 127.0.0.1 closed. | |
pair@btavare ~/sample % vagrant --version | |
Vagrant version 1.2.7 | |
pair@btavare ~/sample % baseline destroy | |
Are you sure you want to destroy the 'default' VM? [y/N] y | |
[default] Forcing shutdown of VM... | |
[default] Destroying VM and associated drives... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment