Sha256: 156da5e03ea3cc8dc90295601397c930e9ea55532a840a53f2f03d68178a65ac
Contents?: true
Size: 983 Bytes
Versions: 62
Compression:
Stored size: 983 Bytes
Contents
en: atlas_push: errors: missing_attribute: |- Missing required attribute '%{attribute}'. The Vagrant Atlas Push plugin requires you set this attribute. Please set this attribute in your Vagrantfile, for example: config.push.define "atlas" do |push| push.%{attribute} = "..." end missing_token: |- Missing required configuration parameter 'token'. This is required for Vagrant to securely communicate with your Atlas account. To generate an access token, run 'vagrant login'. uploader_not_found: |- Vagrant was unable to find the Atlas uploader CLI. If your Vagrantfile specifies the path explicitly with "uploader_path", then make sure that path is valid. Otherwise, make sure that you have a valid install of Vagrant. If you installed Vagrant outside of the official installers, the "atlas-upload" binary must exist on your PATH.
Version data entries
62 entries across 55 versions & 7 rubygems