Puppet Class: certs::install

Defined in:
manifests/install.pp

Summary

Install required tools

Overview



3
4
5
6
7
# File 'manifests/install.pp', line 3

class certs::install {
  package { 'katello-certs-tools':
    ensure  => installed,
  }
}