Skip to content

Instantly share code, notes, and snippets.

@LukeFlynn
Created August 1, 2016 03:53
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 LukeFlynn/8c718958bdd41570934d42bcd6b6c028 to your computer and use it in GitHub Desktop.
Save LukeFlynn/8c718958bdd41570934d42bcd6b6c028 to your computer and use it in GitHub Desktop.
[root@salt-master salt]# salt '*' state.apply
li1264-122.members.linode.com:
----------
ID: openssh-server
Function: pkg.installed
Result: True
Comment: Package openssh-server is already installed
Started: 03:52:45.037520
Duration: 529.867 ms
Changes:
----------
ID: /etc/ssh/sshd_config
Function: file.managed
Result: True
Comment: File /etc/ssh/sshd_config is in the correct state
Started: 03:52:45.571412
Duration: 91.316 ms
Changes:
----------
ID: /etc/ssh/ssh_banner
Function: file.managed
Result: True
Comment: File /etc/ssh/ssh_banner is in the correct state
Started: 03:52:45.663009
Duration: 91.504 ms
Changes:
----------
ID: sshd
Function: service.running
Result: True
Comment: The service sshd is already running
Started: 03:52:45.755283
Duration: 50.889 ms
Changes:
----------
ID: common_pkgs
Function: pkg.installed
Result: False
Comment: The following packages failed to install/update: vim
The following packages were already installed: screen, epel-release, firewalld, tmux, bash-completion, vim-enhanced
Started: 03:52:45.806441
Duration: 4113.487 ms
Changes:
----------
ID: firewalld
Function: service.running
Result: False
Comment: The following requisites were not found:
require:
pkg: firewalld
Started:
Duration:
Changes:
----------
ID: firewalld_public
Function: firewalld.present
Name: public
Result: False
Comment: Error: firewall-cmd failed: FirewallD is not running
Started: 03:52:49.921886
Duration: 209.897 ms
Changes:
Summary for li1264-122.members.linode.com
------------
Succeeded: 4
Failed: 3
------------
Total states run: 7
[root@salt-master salt]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment