File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ This class does not need to be manually included in the manifest when using the
3939
4040### Managing ` udev ` syslog verbosity
4141
42+ Controls the value of ` udev_log ` in ` udev.conf ` and change the runtime syslog
43+ verbosity of the daemon.
44+
4245``` puppet
4346 class { 'udev': udev_log => 'debug' }
4447```
@@ -79,7 +82,7 @@ As is commonly done with the `file` type, you can pass the output of the `templa
7982```
8083
8184
82- ### Manually trigging a ` udev ` device rules reload
85+ ### Manually triggering a ` udev ` device rules reload
8386
8487``` puppet
8588 file { '/etc/etc/udev/rules.d/99-myfrobnicator.rules':
@@ -92,8 +95,8 @@ As is commonly done with the `file` type, you can pass the output of the `templa
9295Limitations
9396-----------
9497
95- At present, only support for ` $::osfamily == 'RedHat' ` has been implimented .
96- Adding other Linux distrubtions should be trivial.
98+ At present, only support for ` $::osfamily == 'RedHat' ` has been implemented .
99+ Adding other Linux distributions should be trivial.
97100
98101### Tested Platforms
99102
You can’t perform that action at this time.
0 commit comments