Skip to content

Commit 1ca5e24

Browse files
author
Joshua Hoblitt
committed
README fixes
1 parent 35266b7 commit 1ca5e24

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
9295
Limitations
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

0 commit comments

Comments
 (0)