From 5df2fc1c713a3fdd3073d628171d0223c9da4915 Mon Sep 17 00:00:00 2001 From: aries1980 Date: Sat, 25 May 2013 09:15:25 +0100 Subject: [PATCH] Directory lookup for templates exptended More info: https://github.com/fgrehm/vagrant-lxc/issues/77 --- lib/vagrant-lxc/driver.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant-lxc/driver.rb b/lib/vagrant-lxc/driver.rb index 428963f..c9ca4fe 100644 --- a/lib/vagrant-lxc/driver.rb +++ b/lib/vagrant-lxc/driver.rb @@ -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