Stop logging puppet to syslog

We run puppet with ansible now pretty much all the time. It's not
helpful for the puppet output to go to syslog on the remote host.
What's more helpful is for it to come back to the stdout in the
ansible playbook so that we can see it.

Change-Id: Ieaf988f1a1e7c450a43d61560a15adf4263c2b34
This commit is contained in:
Monty Taylor 2020-04-21 13:43:37 -05:00
parent 7570d49d8e
commit 3c7e65a64a
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@
show_diff: "{{ show_diff|default(false) }}"
facts: "{{ facts|default(omit) }}"
facter_basename: "{{ facter_basename|default(omit) }}"
logdest: "{{ puppet_logdest|default(omit) }}"
environment: "{{ puppet_environment|default(omit) }}"
noop: "{{ puppet_noop|default(omit) }}"
debug: "{{ puppet_debug|default(omit) }}"