Hugo Fonseca
6d8580a294
default values goes to finalize
2016-11-11 08:34:42 +00:00
Hugo Fonseca
cac4910296
tries amount of fetching ip is now configurable
2016-11-09 14:38:05 +00:00
Fabio Rehm
856a847bc8
config: Switch default backingstore to "best" [GH-277]
2014-05-04 20:37:09 -03:00
Fabio Rehm
4c3143aa34
Merge branch 'backingstore_options' of https://github.com/tailhook/vagrant-lxc
...
Conflicts:
lib/vagrant-lxc/config.rb
2014-05-03 23:42:39 -03:00
Cam Cope
a9248cb697
add backingstore parameters
2014-04-28 17:17:59 +03:00
Jef Mathiot
94e175dc07
sudoers command now creates a safe wrapper script.
...
Sudoers now creates a safe wrapper script that performs sanity checks on sudo :
* wrapper generated in /usr/local/bin (name includes version to allow multiple wrappers on the same system)
* sudoers command now generates a one-line file in /etc/sudoers.d
* SudoWrapper use the new wrapper
* Removed unused Config#validate method
2014-04-09 15:53:20 +02:00
Cam Cope
186b01e192
remove naming cruft, clarify comment
...
Removed confusing leftover "use_machine_name" variable
Made comment about :container_name more clear
2014-02-18 03:05:14 -05:00
Fabio Rehm
786bb8a3fe
Simplify code related to container naming [GH-132]
2014-02-02 18:37:06 -02:00
Michael Owings
b34dd7d8e7
Allow two ways to name a container
2014-02-02 18:03:33 -02:00
Cam Cope
ffb573a7f1
allow setting the container name in the vagrantfile
2014-02-02 18:03:33 -02:00
Fabio Rehm
d62a053674
Add support for using a sudo wrapper script
...
Closes #90
2013-07-28 02:17:07 -03:00
Fabio Rehm
ee9bfa4189
Config#start_opts -> Config#customize
2013-04-05 22:10:49 -03:00
Fabio Rehm
14f769ee0d
Remove support for setting target rootfs path
2013-04-05 22:10:48 -03:00
Fabio Rehm
306deaa0e2
Add support for configuring rootfs path
...
References #30
2013-03-29 12:24:39 -03:00
Fabio Rehm
d2a1eeeabc
Use arp
to grab container ip instead of dig
(it seems to be more reliable)
...
References: #31
2013-03-10 01:55:18 -03:00
Fabio Rehm
9a168950fe
First stab at handling a custom lxc-dhcp IP
...
Will help on #23
2013-03-08 04:32:47 -03:00
Fabio Rehm
71c1a401cc
Add support for setting custom lxc-start arguments from Vagrantfile
...
Useful for #10
2013-03-03 04:37:07 -03:00
Fabio Rehm
faa2aaa6ab
Scaffold config, plugin and provider classes
2013-02-28 00:20:54 -03:00