Skip to content

Commit

Permalink
Merge pull request #248 from sebbASF/patch-1
Browse files Browse the repository at this point in the history
lint false positive
  • Loading branch information
kenyon authored Jul 31, 2024
2 parents d00f79a + 7ad50b2 commit 082a6c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ altering some of the default settings.
```puppet
class { 'unattended_upgrades':
origins => [
'origin=${distro_id},suite=${distro_codename}',
'origin=${distro_id},suite=${distro_codename}-security',
'origin=${distro_id},suite=${distro_codename}-backports',
'origin=${distro_id},suite=${distro_codename}-updates',
'origin=${distro_id},suite=${distro_codename}', # lint:ignore:single_quote_string_with_variables
'origin=${distro_id},suite=${distro_codename}-security', # lint:ignore:single_quote_string_with_variables
'origin=${distro_id},suite=${distro_codename}-backports', # lint:ignore:single_quote_string_with_variables
'origin=${distro_id},suite=${distro_codename}-updates', # lint:ignore:single_quote_string_with_variables
],
}
```
Expand Down

0 comments on commit 082a6c1

Please sign in to comment.