From f2841728d226e51b4a828bc4bf445f74ebc90114 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Sat, 19 Oct 2024 00:11:24 +0200 Subject: [PATCH] Formatting Co-authored-by: Kenyon Ralph --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e228f5e..d9cc032 100644 --- a/README.md +++ b/README.md @@ -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