Skip to content

Commit 6c34e03

Browse files
author
Slavek Kabrda
authored
Ensure gnupg is installed on Debian/Ubuntu (#700)
1 parent e5ab07f commit 6c34e03

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

manifests/ubuntu.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
}
3535

3636
if !$skip_apt_key_trusting {
37+
package { 'gnupg':
38+
ensure => installed
39+
}
40+
3741
file { $apt_usr_share_keyring:
3842
ensure => file,
3943
mode => '0644',

0 commit comments

Comments
 (0)