Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Kenyon Ralph <[email protected]>
  • Loading branch information
deric and kenyon authored Oct 18, 2024
1 parent 1eb6f34 commit f284172
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ altering some of the default settings.
* `allow_downgrade` (`undef`): Allow package downgrade if Pin-Priority exceeds 1000. Default is `false`.
* `dpkg_options` (`[]`): Pass options to `dpkg`

Force dpkg to keep the old configuration files:
```
class { 'unattended_upgrades':
dpkg_options => ['--force-confold']
}
```
Force dpkg to keep the old configuration files:

```puppet
class { 'unattended_upgrades':
dpkg_options => ['--force-confold'],
}
## Limitations
Expand Down

0 comments on commit f284172

Please sign in to comment.