Sha256: 814ffe3991043ae5fd9c08038be24dd33416cf140f1eee319d3680c7848c146a
Contents?: true
Size: 527 Bytes
Versions: 40
Compression:
Stored size: 527 Bytes
Contents
# These aren't autoloaded because they have to register things such # as configuration classes right away with Vagrant. module Vagrant module Provisioners autoload :Base, 'vagrant/provisioners/base' autoload :ChefSolo, 'vagrant/provisioners/chef_solo' autoload :ChefClient, 'vagrant/provisioners/chef_client' autoload :Puppet, 'vagrant/provisioners/puppet' autoload :PuppetServer, 'vagrant/provisioners/puppet_server' autoload :Shell, 'vagrant/provisioners/shell' end end
Version data entries
40 entries across 40 versions & 6 rubygems