Sha256: f3db43a13e1baef150159a1f5534f130ce729d6cdffc42088b8861527c1de0b0

Contents?: true

Size: 408 Bytes

Versions: 6

Compression:

Stored size: 408 Bytes

Contents

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure('2') do |config|
  # Example configuration of new VM..
  config.vm.define :vagrant_ident_fedora do |vagrant_host|
    # Box name
    vagrant_host.vm.box = 'gildub/fedora20'
    vagrant_host.vm.hostname = "vagrant_fedora_ident_test"

    config.vm.synced_folder ".", "/vagrant", type: "rsync",
    rsync__exclude: [ ".git/", ".#*", "*~" ]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-registration-0.0.11 tests/shell-scripts/test-rhel-eco-ident/Vagrantfile.fedora
vagrant-registration-0.0.10 tests/shell-scripts/test-rhel-eco-ident/Vagrantfile.fedora
vagrant-registration-0.0.9 tests/shell-scripts/test-rhel-eco-ident/Vagrantfile.fedora
vagrant-registration-0.0.8 tests/shell-scripts/test-rhel-eco-ident/Vagrantfile.fedora
vagrant-registration-0.0.7 tests/shell-scripts/test-rhel-eco-ident/Vagrantfile.fedora
vagrant-registration-0.0.6 tests/shell-scripts/test-rhel-eco-ident/Vagrantfile.fedora