Commit eb8fa191 authored by Scotty Logan's avatar Scotty Logan
Browse files

trying CentOS

parent 9a0d9250
Loading
Loading
Loading
Loading
+1 −28
Original line number Diff line number Diff line
# data/Debian/default.yaml
# data/Debian.yaml
# generic defaults for Debian-based systems
---
base::package_type: apt
base::packages::docker_package: docker
base::packages::install:
  - adduser
  - bash
  - bash-completion
  - bc
  - bind9-host
  - bzip2
  - ca-certificates
  - cloud-init
  - cron
  - curl
  - dnsutils
  - ethtool
  - git
  - gnupg
  - gzip
  - iptables
  - isc-dhcp-client
  - less
  - logrotate
  - lsb-base
  - lsb-release
  - lsof
  - manpages
  - ntp
  - ntpdate
  - openssh-client
  - openssh-server
  - pciutils
  - puppet-agent
  - python-setuptools
  - rsyslog
  - tzdata
  - unzip
  - vim-tiny
  - wget
  - xz-utils
  - zip
base::packages::uninstall:
  - nano
base::sources:
  puppetlabs:
    comment: "PuppetLabs APT Repo"

data/RedHat.yaml

0 → 100644
+17 −0
Original line number Diff line number Diff line
# data/RedHat.yaml
# generic defaults for RedHat-based systems
---
base::package_type: yum
base::packages::docker_package: docker
base::packages::install:
  - bind9-utils
  - cronie
  - gnupg2
  - dhclient
  - man-pages
  - openssh-clients
  - redhat-lsb
  - shadow-utils
  - vim-minimal
  - xz
+30 −0
Original line number Diff line number Diff line
@@ -3,6 +3,36 @@
---
base::timezone: PST8PDT
base::locale: en_US.UTF-8
base::packages::docker_package: docker
base::packages::install:
  - bash
  - bash-completion
  - bc
  - bzip2
  - ca-certificates
  - cloud-init
  - curl
  - ethtool
  - git
  - gzip
  - iptables
  - less
  - logrotate
  - lsof
  - man-db
  - ntp
  - ntpdate
  - openssh-server
  - pciutils
  - puppet-agent
  - python-setuptools
  - rsyslog
  - tzdata
  - unzip
  - wget
  - zip
base::packages::uninstall:
  - nano
lookup_options:
  base::sources:
    merge: deep