Page MenuHomeDevCentral
Paste P266

Test run of highstate on Eglide
ActivePublic

Authored by dereckson on Oct 28 2017, 22:52.
Referenced Files
F546983: /tmp/T1286.log
Oct 28 2017, 22:58
F546982: /tmp/T1286.log
Oct 28 2017, 22:52
Subscribers
None
Script started on Sat Oct 28 22:51:14 2017
$ salt eglide state.highstate test=True
eglide:
----------
ID: rc
Function: file.managed
Name: /etc/rc.local
Result: None
Comment: The file /etc/rc.local is set to be changed
Started: 22:51:59.725702
Duration: 119.781 ms
Changes:
----------
diff:
---
+++
@@ -6,7 +6,15 @@
# Project: Nasqueron
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
+# Source file: roles/core/rc/files/rc.local.sh
# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
# -------------------------------------------------------------
# IPv6
----------
ID: hostname
Function: file.managed
Name: /etc/hostname
Result: True
Comment: The file /etc/hostname is in the correct state
Started: 22:51:59.846583
Duration: 14.561 ms
Changes:
----------
ID: after_hostname_change
Function: cmd.run
Name: hostname `cat /etc/hostname`
Result: True
Comment: State was not run because none of the onchanges reqs changed
Changes:
----------
ID: after_hostname_change_debian
Function: cmd.run
Name: invoke-rc.d hostname.sh start
Result: True
Comment: State was not run because none of the onchanges reqs changed
Changes:
----------
ID: motd
Function: file.managed
Name: /etc/motd.tail
Result: True
Comment: The file /etc/motd.tail is in the correct state
Started: 22:51:59.885402
Duration: 22.311 ms
Changes:
----------
ID: get_rid_of_scaleway_motd
Function: file.absent
Name: /etc/update-motd.d/50-scw
Result: True
Comment: File /etc/update-motd.d/50-scw is not present
Started: 22:51:59.908762
Duration: 3.648 ms
Changes:
----------
ID: /usr/local/bin/motd
Function: file.managed
Result: True
Comment: The file /usr/local/bin/motd is in the correct state
Started: 22:51:59.913455
Duration: 22.521 ms
Changes:
----------
ID: /etc/rsyslog.d/50-default.conf
Function: file.managed
Result: None
Comment: The file /etc/rsyslog.d/50-default.conf is set to be changed
Started: 22:51:59.937025
Duration: 62.682 ms
Changes:
----------
diff:
---
+++
@@ -1,6 +1,18 @@
-# Default rules for rsyslog.
+# -------------------------------------------------------------
+# Default rules for rsyslog
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2016-09-11
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/rsyslog/files/default.conf
+# -------------------------------------------------------------
#
-# For more information see rsyslog.conf(5) and /etc/rsyslog.conf
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
#
# First some standard log files. Log by facility.
----------
ID: salt_roles
Function: grains.list_present
Name: roles
Result: True
Comment: Value ['shellserver'] is already in grain roles
Started: 22:52:00.003257
Duration: 4.017 ms
Changes:
----------
ID: /etc/ssh/sshd_config
Function: file.managed
Result: None
Comment: The file /etc/ssh/sshd_config is set to be changed
Started: 22:52:00.008320
Duration: 74.917 ms
Changes:
----------
diff:
---
+++
@@ -19,7 +19,7 @@
AuthorizedKeysFile .ssh/authorized_keys
# Nasqueron servers authentication should only occur through SSH keys
-# but PAM can offer extrea capabilities if needed like OTP.
+# but PAM can offer extra capabilities if needed like OTP.
PasswordAuthentication no
ChallengeResponseAuthentication no
UsePAM yes
----------
ID: pam_disable_nologin
Function: file.comment
Name: /etc/pam.d/sshd
Result: True
Comment: Pattern already commented
Started: 22:52:00.084290
Duration: 18.781 ms
Changes:
----------
ID: letsencrypt_software
Function: pkg.installed
Name: certbot
Result: True
Comment: Package certbot is already installed
Started: 22:52:04.211938
Duration: 3222.454 ms
Changes:
----------
ID: /var/letsencrypt-auto
Function: file.directory
Result: True
Comment: The directory /var/letsencrypt-auto is in the correct state
Started: 22:52:07.435625
Duration: 5.213 ms
Changes:
----------
ID: /etc/letsencrypt/cli.ini
Function: file.managed
Result: None
Comment: The file /etc/letsencrypt/cli.ini is set to be changed
Started: 22:52:07.442007
Duration: 59.906 ms
Changes:
----------
diff:
---
+++
@@ -4,7 +4,7 @@
# Project: Nasqueron
# Created: 2017-04-27
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/letsencrypt-renew/files/letsencrypt.timer
+# Source file: roles/webserver-core/letsencrypt/files/letsencrypt.timer
# -------------------------------------------------------------
#
# <auto-generated>
----------
ID: /usr/local/sbin/letsencrypt-renewal
Function: file.managed
Result: None
Comment: The file /usr/local/sbin/letsencrypt-renewal is set to be changed
Started: 22:52:07.503036
Duration: 57.455 ms
Changes:
----------
diff:
---
+++
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2016-08-24
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/letsencrypt-renew/files/letsencrypt-renewal.sh
+# Source file: roles/webserver-core/letsencrypt/files/letsencrypt-renewal.sh
# -------------------------------------------------------------
#
# <auto-generated>
----------
ID: letsencrypt_renew_unit
Function: file.managed
Name: /etc/systemd/system/letsencrypt-renew.service
Result: None
Comment: The file /etc/systemd/system/letsencrypt-renew.service is set to be changed
Started: 22:52:07.561631
Duration: 57.911 ms
Changes:
----------
diff:
---
+++
@@ -4,7 +4,7 @@
# Project: Nasqueron
# Created: 2016-08-24
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/letsencrypt-renew/files/letsencrypt.service
+# Source file: roles/webserver-core/letsencrypt/files/letsencrypt.service
# -------------------------------------------------------------
#
# <auto-generated>
----------
ID: letsencrypt_renew_unit
Function: module.run
Name: service.force_reload
Result: None
Comment: Module function service.force_reload is set to execute
Started: 22:52:07.636780
Duration: 3.156 ms
Changes:
----------
ID: letsencrypt_renew_enable
Function: service.enabled
Name: letsencrypt-renew
Result: True
Comment: Service letsencrypt-renew is already enabled, and is in the desired state
Started: 22:52:07.652771
Duration: 211.974 ms
Changes:
----------
ID: certificate_www.eglide.org
Function: cmd.run
Name: certbot certonly -d www.eglide.org
Result: True
Comment: unless execution succeeded
Started: 22:52:07.866035
Duration: 42.106 ms
Changes:
----------
ID: certificate_robot.paysannerebelle.com
Function: cmd.run
Name: certbot certonly -d robot.paysannerebelle.com
Result: True
Comment: unless execution succeeded
Started: 22:52:07.909419
Duration: 38.908 ms
Changes:
----------
ID: /usr/bin/list-nginx-vhosts-conf
Function: file.managed
Result: None
Comment: The file /usr/bin/list-nginx-vhosts-conf is set to be changed
Started: 22:52:07.949658
Duration: 23.278 ms
Changes:
----------
ID: fedai
Function: user.absent
Result: True
Comment: User fedai is not present
Started: 22:52:07.979020
Duration: 3.898 ms
Changes:
----------
ID: amjtest
Function: user.absent
Result: True
Comment: User amjtest is not present
Started: 22:52:07.984031
Duration: 3.622 ms
Changes:
----------
ID: kalix
Function: user.absent
Result: True
Comment: User kalix is not present
Started: 22:52:07.988732
Duration: 3.744 ms
Changes:
----------
ID: akoe
Function: user.absent
Result: True
Comment: User akoe is not present
Started: 22:52:07.993513
Duration: 3.628 ms
Changes:
----------
ID: tarik
Function: user.absent
Result: True
Comment: User tarik is not present
Started: 22:52:07.998218
Duration: 3.671 ms
Changes:
----------
ID: erol
Function: user.present
Result: True
Comment: User erol is present and up to date
Started: 22:52:08.003007
Duration: 9.988 ms
Changes:
----------
ID: shark
Function: user.present
Result: True
Comment: User shark is present and up to date
Started: 22:52:08.014039
Duration: 9.117 ms
Changes:
----------
ID: dereckson
Function: user.present
Result: True
Comment: User dereckson is present and up to date
Started: 22:52:08.024204
Duration: 9.301 ms
Changes:
----------
ID: rix
Function: user.present
Result: True
Comment: User rix is present and up to date
Started: 22:52:08.034593
Duration: 9.143 ms
Changes:
----------
ID: chan
Function: user.present
Result: True
Comment: User chan is present and up to date
Started: 22:52:08.044783
Duration: 9.202 ms
Changes:
----------
ID: hlp
Function: user.present
Result: True
Comment: User hlp is present and up to date
Started: 22:52:08.055037
Duration: 9.189 ms
Changes:
----------
ID: sandlayth
Function: user.present
Result: True
Comment: User sandlayth is present and up to date
Started: 22:52:08.065278
Duration: 9.233 ms
Changes:
----------
ID: harshcrop
Function: user.present
Result: True
Comment: User harshcrop is present and up to date
Started: 22:52:08.075578
Duration: 9.294 ms
Changes:
----------
ID: ariel
Function: user.present
Result: True
Comment: User ariel is present and up to date
Started: 22:52:08.085928
Duration: 9.736 ms
Changes:
----------
ID: khmerboy
Function: user.present
Result: True
Comment: User khmerboy is present and up to date
Started: 22:52:08.096855
Duration: 9.332 ms
Changes:
----------
ID: xray
Function: user.present
Result: True
Comment: User xray is present and up to date
Started: 22:52:08.107238
Duration: 9.202 ms
Changes:
----------
ID: c2c
Function: user.present
Result: True
Comment: User c2c is present and up to date
Started: 22:52:08.117487
Duration: 9.133 ms
Changes:
----------
ID: thrx
Function: user.present
Result: True
Comment: User thrx is present and up to date
Started: 22:52:08.127671
Duration: 9.429 ms
Changes:
----------
ID: kumkum
Function: user.present
Result: True
Comment: User kumkum is present and up to date
Started: 22:52:08.138145
Duration: 9.143 ms
Changes:
----------
ID: ringa
Function: user.present
Result: True
Comment: User ringa is present and up to date
Started: 22:52:08.148337
Duration: 9.131 ms
Changes:
----------
ID: kazuya
Function: user.present
Result: True
Comment: User kazuya is present and up to date
Started: 22:52:08.158551
Duration: 9.073 ms
Changes:
----------
ID: tomjerr
Function: user.present
Result: True
Comment: User tomjerr is present and up to date
Started: 22:52:08.168683
Duration: 9.105 ms
Changes:
----------
ID: amj
Function: user.present
Result: True
Comment: User amj is present and up to date
Started: 22:52:08.178879
Duration: 9.024 ms
Changes:
----------
ID: rashk0
Function: user.present
Result: True
Comment: User rashk0 is present and up to date
Started: 22:52:08.189135
Duration: 9.104 ms
Changes:
----------
ID: xcombelle
Function: user.present
Result: True
Comment: User xcombelle is present and up to date
Started: 22:52:08.199289
Duration: 9.176 ms
Changes:
----------
ID: pkuz
Function: user.present
Result: True
Comment: User pkuz is present and up to date
Started: 22:52:08.209511
Duration: 9.316 ms
Changes:
----------
ID: axe
Function: user.present
Result: True
Comment: User axe is present and up to date
Started: 22:52:08.219873
Duration: 9.243 ms
Changes:
----------
ID: rama
Function: user.present
Result: True
Comment: User rama is present and up to date
Started: 22:52:08.230170
Duration: 9.176 ms
Changes:
----------
ID: shell
Function: group.present
Result: True
Comment: Group shell is present and up to date
Started: 22:52:08.242814
Duration: 3.789 ms
Changes:
----------
ID: group_nasqueron-irc
Function: group.present
Name: nasqueron-irc
Result: True
Comment: Group nasqueron-irc is present and up to date
Started: 22:52:08.247667
Duration: 3.633 ms
Changes:
----------
ID: group_chaton-dev
Function: group.present
Name: chaton-dev
Result: True
Comment: Group chaton-dev is present and up to date
Started: 22:52:08.252494
Duration: 3.641 ms
Changes:
----------
ID: group_deployment
Function: group.present
Name: deployment
Result: True
Comment: Group deployment is present and up to date
Started: 22:52:08.257199
Duration: 3.64 ms
Changes:
----------
ID: rename_root_group_to_wheel
Function: cmd.run
Name: sed -i 's/root:x:0:/wheel:x:0:/' /etc/group
Result: None
Comment: Command "sed -i 's/root:x:0:/wheel:x:0:/' /etc/group" would have been executed
Started: 22:52:08.261957
Duration: 3.899 ms
Changes:
----------
ID: wheel
Function: group.present
Result: True
Comment: Group wheel is present and up to date
Started: 22:52:08.266941
Duration: 3.577 ms
Changes:
----------
ID: sshkey_erol
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/erol are already present
Started: 22:52:08.276397
Duration: 46.58 ms
Changes:
----------
ID: sshkey_shark
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/shark are already present
Started: 22:52:08.324028
Duration: 42.143 ms
Changes:
----------
ID: sshkey_dereckson
Function: ssh_auth.present
Result: None
Comment: Set to update: AAAAC3NzaC1lZDI1NTE5AAAAIGV4p25jLQQHLgKH1SawoNLKuxkfyHuERRDUN9QZ7i5m
Started: 22:52:08.367220
Duration: 62.656 ms
Changes:
----------
ID: sshkey_rix
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/rix are already present
Started: 22:52:08.430926
Duration: 43.376 ms
Changes:
----------
ID: sshkey_chan
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/chan are already present
Started: 22:52:08.475344
Duration: 43.507 ms
Changes:
----------
ID: sshkey_hlp
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/hlp are already present
Started: 22:52:08.519937
Duration: 42.48 ms
Changes:
----------
ID: sshkey_sandlayth
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/sandlayth are already present
Started: 22:52:08.563480
Duration: 42.608 ms
Changes:
----------
ID: sshkey_harshcrop
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/harshcrop are already present
Started: 22:52:08.607131
Duration: 43.148 ms
Changes:
----------
ID: sshkey_ariel
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/ariel are already present
Started: 22:52:08.651327
Duration: 43.521 ms
Changes:
----------
ID: sshkey_khmerboy
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/khmerboy are already present
Started: 22:52:08.695899
Duration: 42.444 ms
Changes:
----------
ID: sshkey_xray
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/xray are already present
Started: 22:52:08.739393
Duration: 42.84 ms
Changes:
----------
ID: sshkey_c2c
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/c2c are already present
Started: 22:52:08.783313
Duration: 42.513 ms
Changes:
----------
ID: sshkey_thrx
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/thrx are already present
Started: 22:52:08.826872
Duration: 43.754 ms
Changes:
----------
ID: sshkey_kumkum
Function: ssh_auth.present
Result: None
Comment: Set to add: AAAAC3NzaC1lZDI1NTE5AAAAIJnCIiESqqsGOhaS16jwboLplQIP0FwKMhk0oRF7EP55
Started: 22:52:08.871766
Duration: 42.43 ms
Changes:
----------
ID: sshkey_ringa
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/ringa are already present
Started: 22:52:08.915255
Duration: 43.678 ms
Changes:
----------
ID: sshkey_kazuya
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/kazuya are already present
Started: 22:52:08.959976
Duration: 44.413 ms
Changes:
----------
ID: sshkey_tomjerr
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/tomjerr are already present
Started: 22:52:09.005440
Duration: 44.927 ms
Changes:
----------
ID: sshkey_amj
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/amj are already present
Started: 22:52:09.051490
Duration: 64.743 ms
Changes:
----------
ID: sshkey_rashk0
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/rashk0 are already present
Started: 22:52:09.117278
Duration: 45.229 ms
Changes:
----------
ID: sshkey_xcombelle
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/xcombelle are already present
Started: 22:52:09.163571
Duration: 44.043 ms
Changes:
----------
ID: sshkey_pkuz
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/pkuz are already present
Started: 22:52:09.208661
Duration: 44.901 ms
Changes:
----------
ID: sshkey_axe
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/axe are already present
Started: 22:52:09.254648
Duration: 44.433 ms
Changes:
----------
ID: sshkey_rama
Function: ssh_auth.present
Result: True
Comment: All host keys in file salt://roles/shellserver/users/files/ssh_keys/rama are already present
Started: 22:52:09.300136
Duration: 43.785 ms
Changes:
----------
ID: builder_account
Function: user.present
Name: builder
Result: True
Comment: User builder is present and up to date
Started: 22:52:09.344997
Duration: 9.658 ms
Changes:
----------
ID: builder_sudo_capabilities_file
Function: file.managed
Name: /etc/sudoers.d/builder
Result: True
Comment: The file /etc/sudoers.d/builder is in the correct state
Started: 22:52:09.355735
Duration: 72.39 ms
Changes:
----------
ID: shells
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:09.429244
Duration: 71.224 ms
Changes:
----------
ID: editors
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:09.501572
Duration: 78.281 ms
Changes:
----------
ID: utilities
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:09.580907
Duration: 72.712 ms
Changes:
----------
ID: utilities_www
Function: pkg.installed
Result: None
Comment: The following packages would be installed/updated: w3m, links
Started: 22:52:09.654664
Duration: 135.957 ms
Changes:
----------
ID: dev
Function: pkg.installed
Result: None
Comment: The following packages would be installed/updated: jq
Started: 22:52:09.791734
Duration: 139.217 ms
Changes:
----------
ID: dev_popular_libs
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:09.932077
Duration: 68.558 ms
Changes:
----------
ID: languages_removed
Function: pkg.removed
Result: True
Comment: All specified packages are already absent
Started: 22:52:10.001778
Duration: 134.573 ms
Changes:
----------
ID: languages
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:10.137416
Duration: 70.405 ms
Changes:
----------
ID: languages_libs
Function: pkg.installed
Result: None
Comment: The following packages would be installed/updated: php7.1-mysqli, php7.1-filter, composer, php7.1-pdo_sqlite, php7.1-mbstring, php7.1-xsl, php7.1-zlib, php7.1-dom, php7.1-gd, php7.1-xmlwriter, php7.1-session, php7.1-simplexml, php7.1-wddx, php7.1-intl, php7.1-soap, php7.1-hash, php-pear, php7.1-pdo_mysql, php7.1-pcntl, php7.1-openssl, php7.1-xml, php-codesniffer, php7.1-bcmath
Started: 22:52:10.208863
Duration: 140.788 ms
Changes:
----------
ID: spelling
Function: pkg.installed
Result: None
Comment: The following packages would be installed/updated: aspell-en
Started: 22:52:10.350702
Duration: 135.398 ms
Changes:
----------
ID: irc_clients
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:10.487148
Duration: 71.501 ms
Changes:
----------
ID: irc_bouncers
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:10.559769
Duration: 67.818 ms
Changes:
----------
ID: eggdrop_installer
Function: file.managed
Name: /usr/local/bin/install-eggdrop
Result: True
Comment: The file /usr/local/bin/install-eggdrop is in the correct state
Started: 22:52:10.628766
Duration: 22.227 ms
Changes:
----------
ID: irc_misc
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 22:52:10.652124
Duration: 71.507 ms
Changes:
----------
ID: oidentd_config
Function: file.managed
Name: /etc/oidentd.conf
Result: True
Comment: The file /etc/oidentd.conf is in the correct state
Started: 22:52:10.724700
Duration: 22.159 ms
Changes:
----------
ID: nginx
Function: pkg.installed
Result: True
Comment: Package nginx is already installed
Started: 22:52:10.747900
Duration: 67.292 ms
Changes:
----------
ID: nginx
Function: service.running
Result: True
Comment: The service nginx is already running
Started: 22:52:10.825867
Duration: 220.91 ms
Changes:
----------
ID: letsencrypt
Function: pkg.installed
Name: certbot
Result: True
Comment: Package certbot is already installed
Started: 22:52:11.048160
Duration: 70.205 ms
Changes:
----------
ID: /var/www/html
Function: file.recurse
Result: None
Comment: #### removed ####
/var/www/html/index.nginx-debian.html
Started: 22:52:11.119475
Duration: 3895.715 ms
Changes:
----------
ID: /var/wwwroot/paysannerebelle.com/robot/
Function: file.directory
Result: True
Comment: The directory /var/wwwroot/paysannerebelle.com/robot is in the correct state
Started: 22:52:15.016241
Duration: 5.251 ms
Changes:
----------
ID: /var/log/www/eglide.org
Function: file.directory
Result: True
Comment: The directory /var/log/www/eglide.org is in the correct state
Started: 22:52:15.022644
Duration: 4.942 ms
Changes:
----------
ID: /var/log/www/paysannerebelle.com
Function: file.directory
Result: True
Comment: The directory /var/log/www/paysannerebelle.com is in the correct state
Started: 22:52:15.028622
Duration: 5.4 ms
Changes:
----------
ID: /etc/vhosts
Function: file.managed
Result: True
Comment: The file /etc/vhosts is in the correct state
Started: 22:52:15.035086
Duration: 22.512 ms
Changes:
----------
ID: /usr/local/bin/vhosts
Function: file.managed
Result: None
Comment: The file /usr/local/bin/vhosts is set to be changed
Started: 22:52:15.058664
Duration: 60.612 ms
Changes:
----------
diff:
---
+++
@@ -6,7 +6,7 @@
# Project: Eglide
# Created: 2017-01-10
# License: Trivial work, not eligible to copyright
-# Source file: roles/shellserver/vhosts/files/vhosts
+# Source file: roles/shellserver/vhosts/files/vhosts.sh
# -------------------------------------------------------------
#
# <auto-generated>
----------
ID: nginx_config_files
Function: file.recurse
Name: /etc/nginx
Result: True
Comment: The directory /etc/nginx is in the correct state
Started: 22:52:15.120380
Duration: 448.756 ms
Changes:
----------
ID: nginx_config_files
Function: cmd.run
Name: nginx -s reload
Result: True
Comment: State was not run because none of the onchanges reqs changed
Changes:
----------
ID: /var/log/www
Function: file.directory
Result: True
Comment: The directory /var/log/www is in the correct state
Started: 22:52:15.581168
Duration: 5.145 ms
Changes:
----------
ID: unknown_domain_files
Function: file.recurse
Name: /var/wwwroot/unknown_domains
Result: True
Comment: The directory /var/wwwroot/unknown_domains is in the correct state
Started: 22:52:15.587370
Duration: 298.784 ms
Changes:
----------
ID: odderon_account
Function: user.present
Name: odderon
Result: True
Comment: User odderon is present and up to date
Started: 22:52:15.887204
Duration: 9.66 ms
Changes:
----------
ID: odderon_sudo_capabilities_file
Function: file.managed
Name: /etc/sudoers.d/odderon
Result: True
Comment: The file /etc/sudoers.d/odderon is in the correct state
Started: 22:52:15.897932
Duration: 82.478 ms
Changes:
----------
ID: darkbot_repo
Function: file.directory
Name: /opt/darkbot
Result: True
Comment: The directory /opt/darkbot is in the correct state
Started: 22:52:15.981562
Duration: 5.2 ms
Changes:
----------
ID: darkbot_repo
Function: git.latest
Name: https://devcentral.nasqueron.org/source/darkbot.git
Result: True
Comment: unless execution succeeded
Started: 22:52:16.034377
Duration: 907.926 ms
Changes:
----------
ID: darkbot_build
Function: cmd.script
Result: True
Comment: unless execution succeeded
Started: 22:52:16.964161
Duration: 1795.527 ms
Changes:
----------
ID: odderon_unit
Function: file.managed
Name: /etc/systemd/system/odderon.service
Result: True
Comment: The file /etc/systemd/system/odderon.service is in the correct state
Started: 22:52:18.761010
Duration: 29.92 ms
Changes:
----------
ID: odderon_unit
Function: module.run
Name: service.force_reload
Result: True
Comment: State was not run because none of the onchanges reqs changed
Changes:
----------
ID: odderon_running
Function: service.running
Name: odderon
Result: True
Comment: The service odderon is already running
Started: 22:52:18.821810
Duration: 268.725 ms
Changes:
Summary for eglide
-------------
Succeeded: 116 (unchanged=17, changed=7)
Failed: 0
-------------
Total states run: 116
Total run time: 14.953 s
Script done on Sat Oct 28 22:52:23 2017

Event Timeline

dereckson changed the title of this paste from untitled to /tmp/T1286.log.
dereckson updated the paste's language from autodetect to autodetect.
dereckson updated the paste's language from autodetect to text.Oct 28 2017, 22:58
dereckson edited the content of this paste. (Show Details)
dereckson added projects: Salt, Eglide.
dereckson changed the title of this paste from /tmp/T1286.log to Test run of highstate on Eglide.