Page MenuHomePhabricator
Paste P7367

syslog@deployment-webperf12 (Jul 17 01:37:02)
ActivePublic

Authored by Krinkle on Jul 17 2018, 1:57 AM.
Tags
None
Referenced Files
F23825887: syslog@deployment-webperf12 (Jul 17 01:37:02)
Jul 17 2018, 1:57 AM
Subscribers
None
puppet-agent-cronjob: Sleeping 0 for random splay
puppet-agent[20904]: Using configured environment 'production'
puppet-agent[20904]: Retrieving pluginfacts
puppet-agent[20904]: Retrieving plugin
puppet-agent[20904]: Loading facts
puppet-agent[20904]: Caching catalog for deployment-webperf12.deployment-prep.eqiad.wmflabs
puppet-agent[20904]: (/Stage[main]/Base::Environment/Tidy[/var/tmp/core]) Tidying 0 files
puppet-agent[20904]: Applying configuration version '1531791435'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/modprobe.d/nf_conntrack.conf]/ensure) defined content as '{md5}401f0bc2c4f44a223e309be434d2c3b4'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/modules-load.d/conntrack.conf]/ensure) defined content as '{md5}65a23fdacaecc29912d86ebbd1256077'
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Starting ferm firewall configuration...
systemd-udevd[201]: Network interface NamePolicy= disabled on kernel command line, ignoring.
kernel: [1201819.399283] nf_conntrack version 0.5.0 (32768 buckets, 262144 max)
ferm[21430]: Starting Firewall: ferm.
systemd[1]: Started ferm firewall configuration.
systemd[1]: Reloading.
puppet-agent[20904]: (/Stage[main]/Ferm/Package[ferm]/ensure) created
puppet-agent[20904]: (/Stage[main]/Ferm/Package[libnet-dns-perl]/ensure) created
puppet-agent[20904]: (/Stage[main]/Ferm/Package[conntrack]/ensure) created
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) --- /etc/ferm/ferm.conf#0112017-06-06 10:40:08.000000000 +0000
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) +++ /tmp/puppet-file20180717-20904-16wsuuk#0112018-07-17 01:37:35.111144952 +0000
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) @@ -1,52 +1,3 @@
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# -*- shell-script -*-
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -#
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# Configuration file for ferm(1).
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -#
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) +@include 'functions.conf';
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -table filter {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - chain INPUT {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - policy DROP;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # connection tracking
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - mod state state INVALID DROP;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - mod state state (ESTABLISHED RELATED) ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # allow local packet
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - interface lo ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # respond to ping
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - proto icmp ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # allow IPsec
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - proto udp dport 500 ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - proto (esp ah) ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # allow SSH connections
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - proto tcp dport ssh ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - }
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - chain OUTPUT {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - policy ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # connection tracking
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - #mod state state INVALID DROP;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - mod state state (ESTABLISHED RELATED) ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - }
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - chain FORWARD {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - policy DROP;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - # connection tracking
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - mod state state INVALID DROP;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - mod state state (ESTABLISHED RELATED) ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) - }
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -}
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# IPv6:
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -#domain ip6 {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# table filter {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# chain INPUT {
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# policy ACCEPT;
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# # ...
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# }
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# # ...
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -# }
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) -#}
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) +@include 'conf.d/';
puppet-agent[20904]: Computing checksum on file /etc/ferm/ferm.conf
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]) Filebucketed /etc/ferm/ferm.conf to puppet with sum 91410f27613e600a8892d2a7076d1bcf
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/content) content changed '{md5}91410f27613e600a8892d2a7076d1bcf' to '{md5}4bea2934a124683725db912836697b1a'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/group) group changed 'adm' to 'root'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]/mode) mode changed '0644' to '0400'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/ferm.conf]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/functions.conf]/ensure) defined content as '{md5}cfb158d05f0678fd3f282fa73f63f87d'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/functions.conf]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/conf.d]/ensure) created
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/ferm/conf.d]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Role::Prometheus::Node_exporter/Ferm::Service[prometheus-node-exporter]/File[/etc/ferm/conf.d/10_prometheus-node-exporter]/ensure) defined content as '{md5}0d82d468a63b2bad2a2dc8ae395aa408'
puppet-agent[20904]: (/Stage[main]/Role::Prometheus::Node_exporter/Ferm::Service[prometheus-node-exporter]/File[/etc/ferm/conf.d/10_prometheus-node-exporter]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Profile::Openstack::Main::Cumin::Target/Ferm::Service[ssh-from-cumin-project-masters]/File[/etc/ferm/conf.d/10_ssh-from-cumin-project-masters]/ensure) defined content as '{md5}26cce1eb911fc807e27cf02cce9b40a0'
puppet-agent[20904]: (/Stage[main]/Profile::Openstack::Main::Cumin::Target/Ferm::Service[ssh-from-cumin-project-masters]/File[/etc/ferm/conf.d/10_ssh-from-cumin-project-masters]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) --- /etc/default/ferm#0112018-07-17 01:37:30.287171005 +0000
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) +++ /tmp/puppet-file20180717-20904-z3idqf#0112018-07-17 01:37:35.527142706 +0000
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) @@ -4,10 +4,11 @@
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) FAST=yes
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) # cache the output of ferm --lines in /var/cache/ferm?
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) -CACHE=yes
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) +CACHE=no
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) -# additional paramaters for ferm (like --def '=bar')
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) +# additional paramaters for ferm (like --def '$foo=bar')
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) OPTIONS=
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) -# Enable the ferm init script? (i.e. run on bootup)
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) -ENABLED="yes"
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) +# Enable ferm on bootup?
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) +ENABLED=yes
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) +
puppet-agent[20904]: Computing checksum on file /etc/default/ferm
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]) Filebucketed /etc/default/ferm to puppet with sum a4daba7939f6be9a87f26f1a89324806
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/content) content changed '{md5}a4daba7939f6be9a87f26f1a89324806' to '{md5}3e9b11c20066c1658ab353e597ea8e5e'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]/mode) mode changed '0644' to '0400'
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Ferm/File[/etc/default/ferm]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/File[/usr/lib/nagios/plugins/check_conntrack]/ensure) defined content as '{md5}a5a705cc6b0bc5e9074c467d69ae3eb3'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/File[/usr/lib/nagios/plugins/check_ferm]/ensure) defined content as '{md5}f584c405e02f63bc7321239204993c75'
systemd[1]: Reloading.
nscd: 5328 monitoring file `/etc/passwd` (7)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (8)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitored file `/etc/group` was written to
nscd: 5328 monitored file `/etc/group` was moved into place, adding watch
nscd: 5328 monitoring file `/etc/passwd` (7)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitored file `/etc/passwd` was written to
nscd: 5328 monitored file `/etc/passwd` was moved into place, adding watch
nscd: 5328 monitored file `/etc/group` was written to
nscd: 5328 monitoring file `/etc/passwd` (10)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/passwd` (10)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitored file `/etc/passwd` was written to
nscd: 5328 monitoring file `/etc/passwd` (10)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/passwd` (10)
nscd: 5328 monitoring directory `/etc` (2)
nscd: 5328 monitoring file `/etc/group` (9)
nscd: 5328 monitoring directory `/etc` (2)
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Started An object/document-oriented database.
systemd[1]: Reloading.
puppet-agent[20904]: (/Stage[main]/Mongodb/Package[mongodb]/ensure) created
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/srv/mongod]/ensure) created
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content)
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) --- /etc/mongodb.conf#0112017-08-12 16:10:53.000000000 +0000
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +++ /tmp/puppet-file20180717-20904-1ma88h0#0112018-07-17 01:37:46.611082860 +0000
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) @@ -1,100 +1,9 @@
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# mongodb.conf
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +# Configuration file for MongoDB
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +# <http://docs.mongodb.org/manual/reference/configuration-options/>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +# This file is managed by Puppet.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +dbpath = /srv/mongod
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +fork = false
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +logappend = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +logpath = /var/log/mongodb/mongodb.log
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content)
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Where to store the data.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -dbpath=/var/lib/mongodb
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#where to log
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -logpath=/var/log/mongodb/mongodb.log
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -logappend=true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -bind_ip = 127.0.0.1
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#port = 27017
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Enable journaling, http://www.mongodb.org/display/DOCS/Journaling
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -journal=true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Enables periodic logging of CPU utilization and I/O wait
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#cpu = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Turn on/off security. Off is currently the default
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#noauth = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#auth = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Verbose logging output.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#verbose = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Inspect all client data for validity on receipt (useful for
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# developing drivers)
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#objcheck = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Enable db quota management
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#quota = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Set oplogging level where n is
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# 0=off (default)
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# 1=W
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# 2=R
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# 3=both
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# 7=W+some reads
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#oplog = 0
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Diagnostic/debugging option
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#nocursors = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Ignore query hints
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#nohints = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Disable the HTTP interface (Defaults to localhost:27018).
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#nohttpinterface = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Turns off server-side scripting. This will result in greatly limited
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# functionality
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#noscripting = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Turns off table scans. Any query that would do a table scan fails.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#notablescan = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Disable data file preallocation.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#noprealloc = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Specify .ns file size for new databases.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# nssize = <size>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Accout token for Mongo monitoring server.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#mms-token = <token>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Server name for Mongo monitoring server.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#mms-name = <server-name>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Ping interval for Mongo monitoring server.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#mms-interval = <seconds>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Replication Options
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# in replicated mongo databases, specify here whether this is a slave or master
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#slave = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#source = master.example.com
systemd[1]: Stopping An object/document-oriented database...
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Slave only: specify a single database to replicate
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#only = master.example.com
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# or
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#master = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#source = slave.example.com
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Address of a server to pair with.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#pairwith = <server:port>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Address of arbiter server.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#arbiter = <server:port>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Automatically resync if slave data is stale
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#autoresync
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Custom size for replication operation log.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#oplogSize = <MB>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Size limit for in-memory storage of op ids.
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#opIdMem = <bytes>
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# SSL options
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# Enable SSL on normal ports
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#sslOnNormalPorts = true
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -# SSL Key file and password
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#sslPEMKeyFile = /etc/ssl/mongodb.pem
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) -#sslPEMKeyPassword = pass
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) +# vim: set ft=eruby.conf:
puppet-agent[20904]: Computing checksum on file /etc/mongodb.conf
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]) Filebucketed /etc/mongodb.conf to puppet with sum f3827b0188f8ce594abb3ebee1808027
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]/content) content changed '{md5}f3827b0188f8ce594abb3ebee1808027' to '{md5}452f76d03d4c428670d56da7db10cf0b'
puppet-agent[20904]: (/Stage[main]/Mongodb/File[/etc/mongodb.conf]) Scheduling refresh of Service[mongodb]
systemd[1]: Stopped An object/document-oriented database.
puppet-agent[20904]: (/Stage[main]/Mongodb/Service[mongodb]) Triggered 'refresh' from 1 events
systemd[1]: Started An object/document-oriented database.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Started Clean PHP session files every 30 mins.
php7.0-common: php_invoke calendar: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke calendar: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke ctype: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke ctype: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke exif: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke exif: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke fileinfo: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke fileinfo: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke ftp: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke ftp: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke gettext: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke gettext: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke iconv: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke iconv: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke pdo: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke pdo: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke phar: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke phar: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke posix: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke posix: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke shmop: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke shmop: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke sockets: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke sockets: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke sysvmsg: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke sysvmsg: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke sysvsem: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke sysvsem: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke sysvshm: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke sysvshm: already enabled for PHP 7.0 cli sapi
php7.0-common: php_invoke tokenizer: already enabled for PHP 7.0 apache2 sapi
php7.0-common: php_invoke tokenizer: already enabled for PHP 7.0 cli sapi
php7.0-readline: php_invoke readline: already enabled for PHP 7.0 apache2 sapi
php7.0-readline: php_invoke readline: already enabled for PHP 7.0 cli sapi
php7.0-opcache: php_invoke opcache: already enabled for PHP 7.0 apache2 sapi
php7.0-opcache: php_invoke opcache: already enabled for PHP 7.0 cli sapi
php7.0-json: php_invoke json: already enabled for PHP 7.0 apache2 sapi
php7.0-json: php_invoke json: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke sysvsem: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke calendar: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke sysvshm: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke tokenizer: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke fileinfo: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke iconv: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke opcache: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke readline: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke json: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke ctype: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke exif: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke shmop: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke sockets: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke ftp: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke gettext: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke phar: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke sysvmsg: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke pdo: already enabled for PHP 7.0 cli sapi
php7.0-cli: php_invoke posix: already enabled for PHP 7.0 cli sapi
libapache2-mod-php7.0: php_invoke sysvsem: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke calendar: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke sysvshm: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke tokenizer: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke fileinfo: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke iconv: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke opcache: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke readline: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke json: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke ctype: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke exif: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke shmop: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke sockets: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke ftp: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke gettext: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke phar: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke sysvmsg: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke pdo: already enabled for PHP 7.0 apache2 sapi
libapache2-mod-php7.0: php_invoke posix: already enabled for PHP 7.0 apache2 sapi
puppet-agent[20904]: (/Stage[main]/Packages::Libapache2_mod_php7.0/Package[libapache2-mod-php7.0]/ensure) created
CRON[28359]: (prometheus) CMD (/usr/local/bin/prometheus-puppet-agent-stats --outfile /var/lib/prometheus/node.d/puppet_agent.prom)
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Starting The Apache HTTP Server...
systemd[1]: Started The Apache HTTP Server.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
systemd[1]: Reloading.
puppet-agent[20904]: (/Stage[main]/Packages::Apache2/Package[apache2]/ensure) created
puppet-agent[20904]: (/Stage[main]/Packages::Links/Package[links]/ensure) created
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/conf-enabled/charset.conf]/ensure) removed
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/conf-enabled/localized-error-pages.conf]/ensure) removed
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/conf-enabled/other-vhosts-access-log.conf]/ensure) removed
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/conf-enabled/security.conf]/ensure) removed
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/conf-enabled/serve-cgi-bin.conf]/ensure) removed
puppet-agent[20904]: (/etc/apache2/conf-enabled) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/env-available]/ensure) created
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/env-enabled]/ensure) created
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/env-enabled]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/sites-enabled/000-default.conf]/ensure) removed
puppet-agent[20904]: (/etc/apache2/sites-enabled) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/File_line[load_env_enabled]/ensure) created
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas))
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) --- /etc/logrotate.d/apache2#0112018-06-02 07:48:33.000000000 +0000
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) +++ /etc/logrotate.d/apache2.augnew#0112018-07-17 01:38:07.298971209 +0000
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) @@ -1,7 +1,7 @@
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) /var/log/apache2/*.log {
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) #011daily
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) #011missingok
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) -#011rotate 14
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) +#011rotate 30
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) #011compress
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) #011delaycompress
puppet-agent[20904]: (Augeas[Apache2 logs](provider=augeas)) #011notifempty
puppet-agent[20904]: (/Stage[main]/Httpd/Augeas[Apache2 logs]/returns) executed successfully
puppet-agent[20904]: Computing checksum on file /etc/apache2/mods-available/status.conf
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/mods-available/status.conf]) Filebucketed /etc/apache2/mods-available/status.conf to puppet with sum 5d3689f109baf304af4f145249ca6326
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/mods-available/status.conf]/ensure) removed
puppet-agent[20904]: (/Stage[main]/Httpd/File[/etc/apache2/mods-enabled/status.conf]/ensure) removed
puppet-agent[20904]: (/Stage[main]/Httpd/File[/usr/local/bin/apache-status]/ensure) defined content as '{md5}fb80019f03331dde9239e9a6a0af0d46'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Conf[defs]/File[/etc/ferm/conf.d/00_defs]/ensure) defined content as '{md5}b3f157a6aaa42c2299e9f567af937174'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Conf[defs]/File[/etc/ferm/conf.d/00_defs]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Conf[main]/File[/etc/ferm/conf.d/00_main]/ensure) defined content as '{md5}31835a68d4305c91a1acf38e37eb827d'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Conf[main]/File[/etc/ferm/conf.d/00_main]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Rule[bastion-ssh]/File[/etc/ferm/conf.d/10_bastion-ssh]/ensure) defined content as '{md5}96b0e1a82b89be89ff332b32f3e768fc'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Rule[bastion-ssh]/File[/etc/ferm/conf.d/10_bastion-ssh]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Rule[monitoring-all]/File[/etc/ferm/conf.d/10_monitoring-all]/ensure) defined content as '{md5}925744ab53e15d5dfda3815b42cd3673'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Rule[monitoring-all]/File[/etc/ferm/conf.d/10_monitoring-all]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Service[ssh-from-cumin-masters]/File[/etc/ferm/conf.d/10_ssh-from-cumin-masters]/ensure) defined content as '{md5}4ca567c959ee80ebc1349dbc5c63a2cc'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Ferm::Service[ssh-from-cumin-masters]/File[/etc/ferm/conf.d/10_ssh-from-cumin-masters]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Sudo::User[nagios_check_ferm]/File[/etc/sudoers.d/nagios_check_ferm]/ensure) defined content as '{md5}f8cef3fc64ddcf933cf13ffaf787ab6c'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Sudo::User[nagios_check_ferm]/File[/etc/sudoers.d/nagios_check_ferm]) Scheduling refresh of Exec[sudo_user_nagios_check_ferm_linting]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Sudo::User[nagios_check_ferm]/Exec[sudo_user_nagios_check_ferm_linting]) Triggered 'refresh' from 1 events
puppet-agent[20904]: (/Stage[main]/Profile::Webperf::Xhgui/Ferm::Service[webperf-xhgui-http]/File[/etc/ferm/conf.d/10_webperf-xhgui-http]/ensure) defined content as '{md5}261d14c6d49adcc1c32ef46d5b4904f8'
puppet-agent[20904]: (/Stage[main]/Profile::Webperf::Xhgui/Ferm::Service[webperf-xhgui-http]/File[/etc/ferm/conf.d/10_webperf-xhgui-http]) Scheduling refresh of Service[ferm]
puppet-agent[20904]: (/Stage[main]/Profile::Webperf::Xhgui/Ferm::Service[webperf-xhgui-mongo]/File[/etc/ferm/conf.d/10_webperf-xhgui-mongo]/ensure) defined content as '{md5}61e5f53dbc1c182a49a6a5b52c6a10a4'
puppet-agent[20904]: (/Stage[main]/Profile::Webperf::Xhgui/Ferm::Service[webperf-xhgui-mongo]/File[/etc/ferm/conf.d/10_webperf-xhgui-mongo]) Scheduling refresh of Service[ferm]
systemd[1]: Stopping ferm firewall configuration...
kernel: [1201856.705372] ip6_tables: (C) 2000-2006 Netfilter Core Team
ferm[29119]: Stopping Firewall: ferm.
systemd[1]: Stopped ferm firewall configuration.
systemd[1]: Starting ferm firewall configuration...
ferm[29131]: Starting Firewall: ferm.
systemd[1]: Started ferm firewall configuration.
puppet-agent[20904]: (/Stage[main]/Ferm/Service[ferm]) Triggered 'refresh' from 16 events
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[defaults]/File[/etc/apache2/conf-available/00-defaults.conf]/ensure) defined content as '{md5}cb4708de5aef2a292badee670a4386ef'
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[defaults]/File[/etc/apache2/conf-available/00-defaults.conf]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[defaults]/File[/etc/apache2/conf-enabled/00-defaults.conf]/ensure) created
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[defaults]/File[/etc/apache2/conf-enabled/00-defaults.conf]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[authnz_ldap]/Exec[ensure_present_mod_authnz_ldap]/returns) executed successfully
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[authnz_ldap]/Exec[ensure_present_mod_authnz_ldap]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[php7.0]/Exec[ensure_present_mod_php7.0]/returns) ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first!
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[php7.0]/Exec[ensure_present_mod_php7.0]/returns) ERROR: Could not enable dependency mpm_prefork for php7.0, aborting
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[php7.0]/Exec[ensure_present_mod_php7.0]/returns) Considering dependency mpm_prefork for php7.0:
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[php7.0]/Exec[ensure_present_mod_php7.0]/returns) Considering conflict mpm_event for mpm_prefork:
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[php7.0]/Exec[ensure_present_mod_php7.0]/returns) Considering conflict mpm_worker for mpm_prefork:
puppet-agent[20904]: /usr/sbin/a2enmod php7.0 returned 1 instead of one of [0]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[php7.0]/Exec[ensure_present_mod_php7.0]/returns) change from notrun to 0 failed: /usr/sbin/a2enmod php7.0 returned 1 instead of one of [0]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]/returns) executed successfully
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[server-status]/File[/etc/apache2/conf-available/50-server-status.conf]/ensure) defined content as '{md5}d0e436f428fe56c243c2ab63582b7030'
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[server-status]/File[/etc/apache2/conf-available/50-server-status.conf]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[server-status]/File[/etc/apache2/conf-enabled/50-server-status.conf]/ensure) created
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Conf[server-status]/File[/etc/apache2/conf-enabled/50-server-status.conf]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Sysctl::Parameters[ferm_conntrack]/Sysctl::Conffile[ferm_conntrack]/File[/etc/sysctl.d/70-ferm_conntrack.conf]/ensure) defined content as '{md5}117ec150d2baac324d1e701edb170d3e'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Sysctl::Parameters[ferm_conntrack]/Sysctl::Conffile[ferm_conntrack]/File[/etc/sysctl.d/70-ferm_conntrack.conf]) Scheduling refresh of Exec[update_sysctl]
systemd[1]: Stopped Apply Kernel Variables.
systemd[1]: Stopping Apply Kernel Variables...
systemd[1]: Starting Apply Kernel Variables...
systemd[1]: Started Apply Kernel Variables.
puppet-agent[20904]: (/Stage[main]/Sysctl/Exec[update_sysctl]) Triggered 'refresh' from 1 events
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Nrpe::Monitor_service[conntrack_table_size]/Nrpe::Check[check_conntrack_table_size]/File[/etc/nagios/nrpe.d/check_conntrack_table_size.cfg]/ensure) defined content as '{md5}dea44d81c45749ddad7d2e74886c40bd'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Nrpe::Monitor_service[conntrack_table_size]/Nrpe::Check[check_conntrack_table_size]/File[/etc/nagios/nrpe.d/check_conntrack_table_size.cfg]) Scheduling refresh of Service[nagios-nrpe-server]
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Nrpe::Monitor_service[ferm_active]/Nrpe::Check[check_ferm_active]/File[/etc/nagios/nrpe.d/check_ferm_active.cfg]/ensure) defined content as '{md5}8a9135b166fc29e735a6fd937deeb5b9'
puppet-agent[20904]: (/Stage[main]/Base::Firewall/Nrpe::Monitor_service[ferm_active]/Nrpe::Check[check_ferm_active]/File[/etc/nagios/nrpe.d/check_ferm_active.cfg]) Scheduling refresh of Service[nagios-nrpe-server]
systemd[1]: Stopping Nagios Remote Plugin Executor...
nrpe[10371]: Caught SIGTERM - shutting down...
systemd[1]: Stopped Nagios Remote Plugin Executor.
nrpe[10371]: Daemon shutdown
systemd[1]: Starting Nagios Remote Plugin Executor...
systemd[1]: nagios-nrpe-server.service: PID file /var/run/nagios/nrpe.pid not readable (yet?) after start: No such file or directory
nrpe[29208]: Starting up daemon
systemd[1]: Started Nagios Remote Plugin Executor.
puppet-agent[20904]: (/Stage[main]/Nrpe/Base::Service_unit[nagios-nrpe-server]/Service[nagios-nrpe-server]) Triggered 'refresh' from 2 events
nrpe[29208]: Server listening on 10.68.17.129 port 5666.
nrpe[29208]: Listening for connections on port 5666
nrpe[29208]: Allowing connections from: 10.68.16.210
puppet-agent[20904]: (/Stage[main]/Role::Webperf::Profiling_tools/System::Role[webperf::profiling_tools]/Motd::Script[role-webperf::profiling_tools]/File[/etc/update-motd.d/05-role-webperf--profiling-tools]/ensure) defined content as '{md5}daa468a681239dfacf68c4c8976885e7'
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Site[dummy]/Httpd::Conf[dummy]/File[/etc/apache2/sites-available/00-dummy.conf]/ensure) defined content as '{md5}6a7c5e68f0e8e576e9b751a61ba60239'
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Site[dummy]/Httpd::Conf[dummy]/File[/etc/apache2/sites-available/00-dummy.conf]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Site[dummy]/Httpd::Conf[dummy]/File[/etc/apache2/sites-enabled/00-dummy.conf]/ensure) created
puppet-agent[20904]: (/Stage[main]/Httpd/Httpd::Site[dummy]/Httpd::Conf[dummy]/File[/etc/apache2/sites-enabled/00-dummy.conf]) Scheduling refresh of Service[apache2]
puppet-agent[20904]: (/Stage[main]/Httpd/Service[apache2]) Dependency Exec[ensure_present_mod_php7.0] has failures: true
puppet-agent[20904]: (/Stage[main]/Httpd/Service[apache2]) Skipping because of failed dependencies
puppet-agent[20904]: (/Stage[main]/Httpd/Service[apache2]) Unscheduling all events on Service[apache2]
puppet-agent[20904]: (Class[Httpd]) Unscheduling all events on Class[Httpd]
puppet-agent[20904]: (Stage[main]) Unscheduling all events on Stage[main]
puppet-agent[20904]: Applied catalog in 46.05 seconds

Event Timeline

Krinkle changed the edit policy from "All Users" to "No One".