Skip to content

Instantly share code, notes, and snippets.

@frozenfoxx
Created March 11, 2014 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frozenfoxx/9494565 to your computer and use it in GitHub Desktop.
Save frozenfoxx/9494565 to your computer and use it in GitHub Desktop.
[root@dmzpuppet kiops]# r10k deploy environment -p --verbose DEBUG
Faraday: you may want to install system_timer for reliable timeouts
[R10K::Task::Deployment::DeployEnvironments - INFO] Loading environments from all sources
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Deployment::DeployEnvironments:0x7fbe055b94e0> failed while running: Couldn't update git cache for kiops@localhost:/var/local/dmzpuppet.git: "fatal: The remote end hung up unexpectedly"
[R10K::Task::Deployment::PurgeEnvironments - INFO] Purging stale environments from /etc/puppet/environments
[root@dmzpuppet kiops]# ls /etc/puppet/environments
production
[root@dmzpuppet kiops]#
@frozenfoxx
Copy link
Author

[root@dmzpuppet kiops]# r10k deploy environment -p -v debug2
Faraday: you may want to install system_timer for reliable timeouts
[R10K::Git::Cache - DEBUG1] Execute: git --git-dir /var/cache/r10k/kiops@localhost--var-local-dmzpuppet.git for-each-ref refs/heads --format %(refname)
[R10K::Git::Cache - DEBUG2] [git --git-dir /var/cache/r10k/kiops@localhost--var-local-dmzpuppet.git for-each-ref refs/heads --format %(refname)] STDOUT: refs/heads/production
[R10K::Task::Deployment::DeployEnvironments - INFO] Loading environments from all sources
[R10K::Git::Cache - DEBUG1] Execute: git --git-dir /var/cache/r10k/kiops@localhost--var-local-dmzpuppet.git fetch --prune origin
[R10K::Git::Cache - DEBUG2] [git --git-dir /var/cache/r10k/kiops@localhost--var-local-dmzpuppet.git fetch --prune origin] STDERR: Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
fatal: The remote end hung up unexpectedly
[R10K::TaskRunner - ERROR] Task #R10K::Task::Deployment::DeployEnvironments:0x7f185f684ad8 failed while running: Couldn't update git cache for kiops@localhost:/var/local/dmzpuppet.git: "fatal: The remote end hung up unexpectedly"
[R10K::Task::Deployment::PurgeEnvironments - INFO] Purging stale environments from /etc/puppet/environments
[root@dmzpuppet kiops]#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment