class BindlerStateFile

Vagrant plugin commands manipulate a StateFile object that keeps track of system wide installed plugins. Since bindler is kept separately on ‘~/.vagrant.d/plugins`, we hard code a reference to it over here. If we don’t do this, Bindler will be uninstalled after a system wide plugin install.

Public Instance Methods

installed_plugins() click to toggle source
# File lib/bindler/bend_vagrant.rb, line 125
def installed_plugins
  ['bindler'] + @data['installed']
end