Puppet Class: conf::apt

Inherits:
conf
Defined in:
manifests/apt.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::apt


7
8
9
# File 'manifests/apt.pp', line 7

class conf::apt () inherits conf {
  include conf::config::apt
}