Page MenuHomeSoftware Heritage
Paste P1129

(An Untitled Masterwork)
ActivePublic

Authored by ardumont on Aug 23 2021, 5:38 PM.
root@belvedere:~# puppet agent --enable; puppet agent --test --noop; puppet agent --disable
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Info: Applying configuration version '1629732685'
Notice: /Stage[main]/Pgbouncer/Concat[/etc/pgbouncer/pgbouncer.ini]/File[/etc/pgbouncer/pgbouncer.ini]/content:
--- /etc/pgbouncer/pgbouncer.ini 2021-08-21 04:22:12.830950224 +0000
+++ /tmp/puppet-file20210823-3969312-1g1bapk 2021-08-23 15:31:34.423145817 +0000
@@ -10,7 +10,7 @@
swh-vault = host=db.internal.softwareheritage.org port=5434 auth_user=postgres
swh-lister = host=db.internal.softwareheritage.org port=5434 auth_user=postgres
softwareheritage-indexer = host=belvedere.internal.softwareheritage.org port=5435 auth_user=postgres
-swh-web = host=belvedere.internal.softwareheritage.org port=5434 auth_user=postgres
+swh-web = host=belvedere.internal.softwareheritage.org port= auth_user=postgres
* = host=127.0.0.1 port=5434 auth_user=postgres
;; Section autogenerated by puppet module
Notice: /Stage[main]/Pgbouncer/Concat[/etc/pgbouncer/pgbouncer.ini]/File[/etc/pgbouncer/pgbouncer.ini]/content:
--- /etc/pgbouncer/pgbouncer.ini 2021-08-21 04:22:12.830950224 +0000
+++ /tmp/puppet-file20210823-3969312-1hi4cns 2021-08-23 15:31:34.435146261 +0000
@@ -10,7 +10,7 @@
swh-vault = host=db.internal.softwareheritage.org port=5434 auth_user=postgres
swh-lister = host=db.internal.softwareheritage.org port=5434 auth_user=postgres
softwareheritage-indexer = host=belvedere.internal.softwareheritage.org port=5435 auth_user=postgres
-swh-web = host=belvedere.internal.softwareheritage.org port=5434 auth_user=postgres
+swh-web = host=belvedere.internal.softwareheritage.org port= auth_user=postgres
* = host=127.0.0.1 port=5434 auth_user=postgres
;; Section autogenerated by puppet module
Notice: /Stage[main]/Pgbouncer/Concat[/etc/pgbouncer/pgbouncer.ini]/File[/etc/pgbouncer/pgbouncer.ini]/content: current_value '{md5}a60f0a32af546dd99596d0aa3511bf48', should be '{md5}5e846bcee4bcf3f4e872853ad3fe1aeb' (noop)
Notice: /etc/pgbouncer/pgbouncer.ini: Would have triggered 'refresh' from 1 event
Notice: Concat[/etc/pgbouncer/pgbouncer.ini]: Would have triggered 'refresh' from 2 events
Info: Concat[/etc/pgbouncer/pgbouncer.ini]: Scheduling refresh of Service[pgbouncer]
Notice: /Stage[main]/Pgbouncer/Service[pgbouncer]: Would have triggered 'refresh' from 1 event
Notice: Class[Pgbouncer]: Would have triggered 'refresh' from 2 events
Notice: Stage[main]: Would have triggered 'refresh' from 1 event
Notice: Applied catalog in 7.10 seconds
root@belvedere:~# puppet agent --test --noop
Notice: Skipping run of Puppet configuration client; administratively disabled (Reason: 'reason not specified');
Use 'puppet agent --enable' to re-enable.