From 4d1ed9a7ba66dbc442ad9347d157ffef0856c170 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 11 Feb 2024 15:51:57 +0100 Subject: [PATCH] updates --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 281a850fa6..713b115209 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -170,7 +170,7 @@ Update Puppetserver to talk to PuppetDB ``` puppet config set --section server storeconfigs true puppet config set --section main reports foreman,puppetdb -echo -e "[main]\nserver_urls = https://$(hostname -f):8081/\nsoft_write_failure = false" > /etc/puppetlabs/puppet/puppetdb.conf +echo -e "[main]\nserver_urls = https://$(hostname -f):8081/\nsoft_write_failure = true" > /etc/puppetlabs/puppet/puppetdb.conf systemctl restart puppetserver ``` @@ -201,4 +201,4 @@ We need to set the role and site -puppet agent -t --tags accounts,prometheus,chrony,yumrepo,auditd,tftp,convenience,debugutils,rsyslog,discovery,puppetserver,host,irqbalance,ssh,lldpd,sysstat +puppet agent -t --tags accounts,prometheus,chrony,yumrepo,auditd,tftp,convenience,debugutils,rsyslog,discovery,puppetserver,host,irqbalance,ssh,lldpd,sysstat,r10k,webhook,timezone,selinux,yum,docker,firewall,foreman_envsync,resolv_conf,sudo,postgresql_conf