# File lib/vagrant-lxc/action/handle_box_metadata.rb, line 46 def template_src @template_src ||= if (box_template = @box.directory.join('lxc-template')).exist? box_template.to_s else Vagrant::LXC.source_root.join('scripts/lxc-template').to_s end end