Skip to content

Commit

Permalink
CI: lint puppet code to standards
Browse files Browse the repository at this point in the history
Check commit and GitHub actions for more details
  • Loading branch information
github-actions authored and Universal-Omega committed May 6, 2024
1 parent 3dbb0e7 commit a775a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/changeprop/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
location => 'http://deb.debian.org/debian/',
repos => 'main',
release => 'bullseye',
pin => -10,
pin => -10,
include => {
'src' => true,
'deb' => true,
}
}

# Need to update before trying to install libssl1.1
Class['apt::update'] ->
Class['apt::update']

stdlib::ensure_packages(['nodejs', 'libssl1.1', 'libsasl2-dev'])
-> stdlib::ensure_packages(['nodejs', 'libssl1.1', 'libsasl2-dev'])

group { 'changeprop':
ensure => present,
Expand Down

0 comments on commit a775a3e

Please sign in to comment.