summaryrefslogtreecommitdiff
path: root/manifests/puppetagent.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 17:36:40 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 17:36:40 +0100
commit4317fe2a6440f03076dc700ef3532ec178362c37 (patch)
tree7217d55e0aa1652d8a3e53c438400bc6b0aee3ad /manifests/puppetagent.pp
parentMove zone records to proper place in hiera. (diff)
downloadprofiles-4317fe2a6440f03076dc700ef3532ec178362c37.tar.gz
profiles-4317fe2a6440f03076dc700ef3532ec178362c37.tar.xz
Some standard packages (mostly redhat).
Diffstat (limited to 'manifests/puppetagent.pp')
-rw-r--r--manifests/puppetagent.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/puppetagent.pp b/manifests/puppetagent.pp
index 56e76c9..0d568fa 100644
--- a/manifests/puppetagent.pp
+++ b/manifests/puppetagent.pp
@@ -5,6 +5,12 @@ class profiles::puppetagent (
fail('Can only either be puppetagent or puppetserver (which is also a puppetagent), not both')
}
+ case $facts['os']['family'] {
+ 'RedHat': {
+ ensure_packages(['cronie'])
+ }
+ }
+
class { 'puppet':
server => false,
agent => true,