put the examples into the correct place

This commit is contained in:
2022-07-05 15:09:51 +02:00
parent 3021ab7d8b
commit b09e22b788
2 changed files with 13 additions and 13 deletions
+12 -2
View File
@@ -1,11 +1,21 @@
``profile::package_list``
============================
This module installs a list of packages on the node, with extra options inlcuding the filtering by OS.
This module installs a list of packages on the node, with extra options including package removal or selection by OS.
This profile is used from Puppet::
profile::package_list{'rpm_repos::influx':}
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
----------
@@ -6,17 +6,7 @@ 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',
],
}
profile::repository_list{'rpm_repos::influx':}
Parameters
----------