Sha256: b2dbc47b398bd56c131ef76190ff1b30c1daf1fc4647057314c4406e83932a62

Contents?: true

Size: 747 Bytes

Versions: 4

Compression:

Stored size: 747 Bytes

Contents

en:
  local_exec_push:
    errors:
      cannot_specify_script_and_inline: |-
        You have specified both the 'script' and 'inline' attributes for the
        Vagrant Local Exec Push plugin. You may only specify one of these
        attributes.
      command_failed: |-
        The following command exited with a non-zero exit status:

            %{cmd}

        stdout: %{stdout}
        stderr: %{stderr}
      missing_attribute: |-
        Missing required attribute '%{attribute}'. The Vagrant Local Exec Push
        plugin requires you set this attribute. Please set this attribute in
        your Vagrantfile, for example:

            config.push.define "local-exec" do |push|
              push.%{attribute} = "..."
            end

Version data entries

4 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/pushes/local-exec/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/pushes/local-exec/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/pushes/local-exec/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/pushes/local-exec/locales/en.yml