Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #78 from aries1980/master
Browse files Browse the repository at this point in the history
Extending TEMPLATES_PATH_LOOKUP
  • Loading branch information
fgrehm committed May 28, 2013
2 parents 4690487 + 5df2fc1 commit 709f09b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/vagrant-lxc/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def import_template(path)
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
Expand Down

0 comments on commit 709f09b

Please sign in to comment.