document new package repository configuration in puppet

This commit is contained in:
2022-07-01 16:06:32 +02:00
parent 342066fade
commit 3021ab7d8b
2 changed files with 16 additions and 2 deletions

View File

@@ -3,9 +3,9 @@
This module installs a list of packages on the node, with extra options inlcuding the filtering by OS.
This profile is usually direcly used from Puppet::
This profile is used from Puppet::
profile::repository_list{'rpm_repos::influx':}
profile::package_list{'rpm_repos::influx':}
Parameters
----------

View File

@@ -4,6 +4,20 @@
This module configures adds a list of package repositories from hiera
and filters those according to OS version.
This profile is used from Puppet::
profile::package_list{'icinga_client':
packages => [
'nrpe',
'nrpe-selinux',
'mod_gearman-static:os=redhat7',
'mod_gearman:os!redhat7',
'nagios-plugins-disk',
'nagios-plugins-load',
],
}
Parameters
----------