Skip to content

Instantly share code, notes, and snippets.

@vinitkhandagle
Last active December 17, 2015 07:49
Show Gist options
  • Save vinitkhandagle/5575699 to your computer and use it in GitHub Desktop.
Save vinitkhandagle/5575699 to your computer and use it in GitHub Desktop.
salt provision run
[DEBUG ] Loaded pprint_out as virtual pprint
local:
----------
State: - pkg
Name: build-essential
Function: installed
Result: True
Comment: Package build-essential is already installed
Changes:
----------
State: - pkg
Name: emacs
Function: installed
Result: True
Comment: Package emacs is already installed
Changes:
----------
State: - pkg
Name: vim
Function: installed
Result: True
Comment: The following package(s) were installed/updated: vim.
Changes: vim: { new : 2:7.2.330-1ubuntu3.1
old :
}
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
salt-call state.highstate -l debug
MANUALLY RUNNING THE COMMAND AFTER SSHING AS VAGRANT USER
==============================================================
elcome to your Vagrant-built virtual machine.
Last login: Tue May 14 14:58:21 2013 from 10.0.2.2
vagrant@lucid32:~$ salt-call state.highstate -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Guessing ID. The id can be explicitly in set /etc/salt/minion
[INFO ] Found minion id from getfqdn(): lucid32.hsd1.ca.comcast.net.
[INFO ] Configuration file path: /etc/salt/minion
Failed to create directory path "/etc/salt/pki/minion" - [Errno 13] Permission denied: '/etc/salt/pki/minion'
vagrant@lucid32:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment