Puppet facter facts for syslog daemon type and version, symantec netbackup
I have a few more custom facts that I’ve added to my puppet-facter-facts github repository:
- syslog_bin,
syslog_type,
and
syslog_version
- tell the absolute path to the running syslog binary, its short
name (basename), and its version as a string. Currently only know
about
/sbin/syslogd
and/sbin/rsyslogd
.
- tell the absolute path to the running syslog binary, its short
name (basename), and its version as a string. Currently only know
about
- has_netbackup
- tests …