Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 20, 2013
1 parent 35266b7 commit 1ca5e24
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ This class does not need to be manually included in the manifest when using the

### Managing `udev` syslog verbosity

Controls the value of `udev_log` in `udev.conf` and change the runtime syslog
verbosity of the daemon.

```puppet
class { 'udev': udev_log => 'debug' }
```
Expand Down Expand Up @@ -79,7 +82,7 @@ As is commonly done with the `file` type, you can pass the output of the `templa
```


### Manually trigging a `udev` device rules reload
### Manually triggering a `udev` device rules reload

```puppet
file { '/etc/etc/udev/rules.d/99-myfrobnicator.rules':
Expand All @@ -92,8 +95,8 @@ As is commonly done with the `file` type, you can pass the output of the `templa
Limitations
-----------

At present, only support for `$::osfamily == 'RedHat'` has been implimented.
Adding other Linux distrubtions should be trivial.
At present, only support for `$::osfamily == 'RedHat'` has been implemented.
Adding other Linux distributions should be trivial.

### Tested Platforms

Expand Down

0 comments on commit 1ca5e24

Please sign in to comment.