Merge pull request #78 from aries1980/master
Extending TEMPLATES_PATH_LOOKUP
This commit is contained in:
commit
709f09bdc9
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ module Vagrant
|
||||||
TEMPLATES_PATH_LOOKUP = %w(
|
TEMPLATES_PATH_LOOKUP = %w(
|
||||||
/usr/share/lxc/templates
|
/usr/share/lxc/templates
|
||||||
/usr/lib/lxc/templates
|
/usr/lib/lxc/templates
|
||||||
|
/usr/lib64/lxc/templates
|
||||||
|
/usr/local/lib/lxc/templates
|
||||||
)
|
)
|
||||||
def templates_path
|
def templates_path
|
||||||
return @templates_path if @templates_path
|
return @templates_path if @templates_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue