Puppet Class: yum::settings

Defined in:
manifests/settings.pp

Summary

Simple settings to use

Overview

Parameters:

  • mainconf (Enum['/etc/yum.conf','/etc/dnf/dnf.conf'])

    Augeas location of the dnf or yum configuration file. The default is set into hiera according to the package_provider being yum or dnf.



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

class yum::settings (
  Enum['/etc/yum.conf','/etc/dnf/dnf.conf'] $mainconf,
) {}