Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent wiping of addresses of other providers #169

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2014

  1. Configuration menu
    Copy the full SHA
    7c06c81 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Improve README.md for Passwordless sudo.

    Add information that the usual sudo group on Fedora/Red Hat systems is
    named 'wheel'.
    Generalize instructions to make them distribution-agnostic.
    Add step on adding yourself to the administrator group.
    tjanez committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    ef2f01c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Prevent wiping of addresses of other providers

    Hostmanager can only deal with one provider at a time.
    
    If you `vagrant up` a virtualbox vm, then an aws, all information
    of your virtulabox vm will be removed from /etc/hosts on the host.
    
    By adding the provider type in the header/footer of the hostmanager
    section of /etc/hosts, we can have one section per provider and
    thus keep all machines, no matter the provider.
    Guillaume committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    270c15d View commit details
    Browse the repository at this point in the history
  2. Prevent wiping of addresses of other providers

    Hostmanager can only deal with one provider at a time.
    
    If you `vagrant up` a virtualbox vm, then an aws, all information
    of your virtulabox vm will be removed from /etc/hosts on the host.
    
    By adding the provider type in the header/footer of the hostmanager
    section of /etc/hosts, we can have one section per provider and
    thus keep all machines, no matter the provider.
    Guillaume committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    ab8b041 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Configuration menu
    Copy the full SHA
    7715a76 View commit details
    Browse the repository at this point in the history
  2. v1.7.0 release.

    seth-reeser committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    117dc4b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Update README.md

    seth-reeser committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    c92cff0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Merge pull request devopsgroup-io#167 from tjanez/readme-passwordless…

    …-sudo
    
    Improve README.md for Passwordless sudo.
    seth-reeser committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    dcd0351 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Update README.md

    seth-reeser committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    11677f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Ensure permissions on /etc/hosts stay intact

    Tony Lambiris committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    dd43278 View commit details
    Browse the repository at this point in the history
  2. Merge pull request devopsgroup-io#176 from criticalstack/fix-selinux-…

    …permissions-on-etc-hosts
    
    Ensure permissions on /etc/hosts stay intact
    seth-reeser committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    d1ba474 View commit details
    Browse the repository at this point in the history
  3. Releasing v1.7.1

    seth-reeser committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    f1b0174 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Merge pull request devopsgroup-io#125 from damienjoldersma/feature/ma…

    …nage-guest-flag
    
    Fix for issue devopsgroup-io#108, add a flag to manage guest hosts file.
    seth-reeser committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    3b840be View commit details
    Browse the repository at this point in the history
  2. Releasing v1.8.0

    seth-reeser committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    6f4c0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a179758 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Configuration menu
    Copy the full SHA
    2b5e0ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request devopsgroup-io#117 from pbitty/separate_aliases_op…

    …tion
    
    make separating aliases into multiple lines optional
    Conflicts:
    	test/Vagrantfile
    seth-reeser authored and Guillaume committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    494a3e3 View commit details
    Browse the repository at this point in the history
  3. Add option add_current_fqdn

    Guillaume committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    13d95ba View commit details
    Browse the repository at this point in the history
  4. refactor to have machine list in its own method

    Guillaume committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    9b7f385 View commit details
    Browse the repository at this point in the history
  5. handle short name and removing from 127.*

    Guillaume committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    abac3e8 View commit details
    Browse the repository at this point in the history
  6. remove old debug statement

    Guillaume committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    43a88f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Prepare vagrant-hostoverseer release

    Guillaume committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    aa39351 View commit details
    Browse the repository at this point in the history
  2. prepare public release

    Guillaume committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    b30f835 View commit details
    Browse the repository at this point in the history
  3. Add git url in gemspec

    Guillaume committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    2a54f78 View commit details
    Browse the repository at this point in the history
  4. Learning how to publish ruby gems...

    Guillaume committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    ae39240 View commit details
    Browse the repository at this point in the history