Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devinnasar/3948416b9657ba4d3715ea8c9f5ce156 to your computer and use it in GitHub Desktop.
Save devinnasar/3948416b9657ba4d3715ea8c9f5ce156 to your computer and use it in GitHub Desktop.
What's going on here? It ran the first state then said it couldn't find the second state
ID: clamd_config
Function: file.managed
Name: /etc/clamd.d/scan.conf
Result: True
Comment: File /etc/clamd.d/scan.conf updated
Started: 15:50:58.259184
Duration: 168.688 ms
Changes:
----------
diff:
---
+++
@@ -1,14 +1,14 @@
#
# This file is managed by salt.
#
-#AllowSupplementaryGroups
+AllowSupplementaryGroups
FixStaleSocket yes
LocalSocket /var/run/clamd.scan/clamd.sock
LocalSocketGroup clamscan
LocalSocketMode 660
LogFile /var/log/clamd.scan
LogFileMaxSize 0
-LogSyslog yes
+LogSyslog
LogTime yes
PidFile /var/run/clamd.scan/clamd.pid
SelfCheck 3600
----------
ID: clamd_config_logfile
Function: file.managed
Name: /var/log/clamd.scan
Result: False
Comment: The following requisites were not found:
require:
pkg: clamd_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment