Skip to content

Instantly share code, notes, and snippets.

@UtahDave
Created September 26, 2012 02:51
Show Gist options
  • Save UtahDave/3785726 to your computer and use it in GitHub Desktop.
Save UtahDave/3785726 to your computer and use it in GitHub Desktop.
Salt Output -- I love success in the morning!
root@ubuntu:/srv/salt# salt salt-minion state.highstate
salt-minion:
----------
State: - cmd
Name: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C
Function: run
Result: True
Comment: Command "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C" run
Changes: pid: 10413
retcode: 0
stderr: gpg: requesting key C300EE8C from hkp server keyserver.ubuntu.com
gpg: key C300EE8C: "Launchpad Stable" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
stdout: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.ndYfucwLj5 --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys C300EE8C
----------
State: - file
Name: /usr/share/nginx/www/tc2012
Function: directory
Result: True
Comment: Directory /usr/share/nginx/www/tc2012 updated
Changes: group: www-data
mode: 775
user: www-data
----------
State: - git
Name: git@github.com:esacteksab/tc-2012.git
Function: latest
Result: True
Comment: Repository git@github.com:esacteksab/tc-2012.git cloned to /usr/share/nginx/www/tc2012/
Changes: new: git@github.com:esacteksab/tc-2012.git
revision: 979432747032f04557ab4d1288f858fe924e7134
----------
State: - virtualenv
Name: /usr/share/nginx/www/tc2012/venv
Function: manage
Result: True
Comment: Created new virtualenv
Changes: new: Python 2.7.3
packages: {'new': ['distribute==0.6.24',
'PIL==1.1.7',
'South==0.7.5',
'django-crispy-forms==1.1.4',
'Django==1.4',
'django-thumbs==0.4',
'django-orphaned==0.1',
'psycopg2==2.4.5',
'gondor==1.1',
'django-robots==0.8.1',
'gunicorn==0.14.3'],
'old': ''}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment