summaryrefslogtreecommitdiff
path: root/manifests/common
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/common
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/common')
-rw-r--r--manifests/common/redhat.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/common/redhat.pp b/manifests/common/redhat.pp
new file mode 100644
index 0000000..cd66ff1
--- /dev/null
+++ b/manifests/common/redhat.pp
@@ -0,0 +1,9 @@
+class profiles::common::redhat {
+ ensure_packages([
+ 'hostname',
+ 'iproute',
+ 'iputils',
+ 'python3',
+ 'wget',
+ ])
+}