projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more amazon networks to blacklist
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
signing.pp
1
class roles::signing {
2
package { 'expect': ensure => installed, }
3
package { 'pesign': ensure => installed, }
4
package { 'linux-kbuild-4.9': ensure => installed, }
5
package { 'libengine-pkcs11-openssl': ensure => installed, }
6
}