# File lib/vagrant-lxc/driver.rb, line 252 def update_config_keys(path = nil) path = path || config_path @cli.update_config(path) rescue Errors::ExecuteError # not on LXC 2.1+. Doesn't matter, ignore. end