lib/vagrant-cachier/capabilities.rb in vagrant-cachier-1.0.0 vs lib/vagrant-cachier/capabilities.rb in vagrant-cachier-1.1.0

- old
+ new

@@ -14,9 +14,14 @@ guest_capability 'linux', 'composer_path' do require_relative 'cap/linux/composer_path' Cap::Linux::ComposerPath end + guest_capability 'linux', 'bower_path' do + require_relative 'cap/linux/bower_path' + Cap::Linux::BowerPath + end + guest_capability 'linux', 'chef_file_cache_path' do require_relative 'cap/linux/chef_file_cache_path' Cap::Linux::ChefFileCachePath end