Class: BindlerStateFile

Inherits:
VagrantPlugins::CommandPlugin::StateFile
  • Object
show all
Defined in:
lib/bindler/bend_vagrant.rb

Overview

If we don’t do this, Bindler will be uninstalled after a system wide plugin install.

Instance Method Summary collapse

Instance Method Details

#installed_pluginsObject



85
86
87
# File 'lib/bindler/bend_vagrant.rb', line 85

def installed_plugins
  ['bindler'] + @data['installed']
end