We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af59de8 commit e43b1b6Copy full SHA for e43b1b6
data/snmp/osfamily/Debian11.yaml
@@ -0,0 +1,24 @@
1
+---
2
+snmp::settings:
3
+ config_dir_path: '/etc/snmp'
4
+ process_user: 'Debian-snmp'
5
+ process_group: 'Debian-snmp'
6
+ init_file_path: '/etc/default/snmpd'
7
+
8
+ files:
9
+ client:
10
+ path: '/etc/snmp/snmp.conf'
11
+ config:
12
+ path: '/etc/snmp/snmpd.conf'
13
+ mode: '0600'
14
+ init:
15
+ path: '/etc/default/snmpd'
16
+ format: 'inifile'
17
+ systemd:
18
+ path: '/etc/systemd/system/snmpd.service'
19
+ format: 'inifile_with_stanzas'
20
+ snmptrapd:
21
+ path: '/etc/snmp/snmptrapd.conf'
22
+ snmptrapd_init:
23
+ path: '/etc/default/snmptrapd'
24
0 commit comments