Puppet Class: conf::wget

Inherits:
conf
Defined in:
manifests/wget.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::wget


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

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