summaryrefslogtreecommitdiff
path: root/manifests/common/redhat.pp
blob: cd66ff145681df6f4eeaf19f536573f77e3704e7 (plain)
1
2
3
4
5
6
7
8
9
class profiles::common::redhat {
  ensure_packages([
    'hostname',
    'iproute',
    'iputils',
    'python3',
    'wget',
    ])
}