Directory lookup for templates exptended
More info: https://github.com/fgrehm/vagrant-lxc/issues/77
This commit is contained in:
parent
46904874fe
commit
5df2fc1c71
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue