Merge pull request #78 from aries1980/master

Extending TEMPLATES_PATH_LOOKUP
This commit is contained in:
Fabio Rehm 2013-05-28 09:16:26 -07:00
commit 709f09bdc9

View file

@ -131,6 +131,8 @@ module Vagrant
TEMPLATES_PATH_LOOKUP = %w(
/usr/share/lxc/templates
/usr/lib/lxc/templates
/usr/lib64/lxc/templates
/usr/local/lib/lxc/templates
)
def templates_path
return @templates_path if @templates_path