Puppet Class: conf::install::gnupg
- Defined in:
- manifests/install/gnupg.pp
Summary
define base of gnupg contentsOverview
define base of gnupg contents
7 8 9 |
# File 'manifests/install/gnupg.pp', line 7
class conf::install::gnupg {
package { 'gnupg': }
}
|