Loading data/Debian/docker.yaml +0 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,10 @@ --- base::add_cloud_config: false base::packages::uninstall: - cloud-init - cron - ethtool - firmware-linux-free - iptables - isc-dhcp-client - logrotate - manpages - ntp - ntpdate - openssh-server - pciutils data/RedHat/docker.yaml +1 −6 Original line number Diff line number Diff line Loading @@ -4,13 +4,8 @@ # we could remove sudo, but it requires a special # environment variable to be set (SUDO_FORCE_REMOVE=yes) --- base::add_cloud_config: false base::packages::uninstall: - cloud-init - cronie - rsyslog - logrotate - man-pages - ntp - ntpdate - openssh-server - pciutils data/docker.yaml 0 → 100644 +12 −0 Original line number Diff line number Diff line # data/docker.yaml # defaults for Docker systems # --- base::add_cloud_config: false base::packages::uninstall: - cloud-init - logrotate - ntp - ntpdate - openssh-server - pciutils hiera.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -29,5 +29,7 @@ hierarchy: path: "%{os.family}/%{architecture}.yaml" - name: "OS Family" path: "%{os.family}.yaml" - name: "Virtual" path: "%{virtual}.yaml" - name: "Common" path: "common.yaml" Loading
data/Debian/docker.yaml +0 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,10 @@ --- base::add_cloud_config: false base::packages::uninstall: - cloud-init - cron - ethtool - firmware-linux-free - iptables - isc-dhcp-client - logrotate - manpages - ntp - ntpdate - openssh-server - pciutils
data/RedHat/docker.yaml +1 −6 Original line number Diff line number Diff line Loading @@ -4,13 +4,8 @@ # we could remove sudo, but it requires a special # environment variable to be set (SUDO_FORCE_REMOVE=yes) --- base::add_cloud_config: false base::packages::uninstall: - cloud-init - cronie - rsyslog - logrotate - man-pages - ntp - ntpdate - openssh-server - pciutils
data/docker.yaml 0 → 100644 +12 −0 Original line number Diff line number Diff line # data/docker.yaml # defaults for Docker systems # --- base::add_cloud_config: false base::packages::uninstall: - cloud-init - logrotate - ntp - ntpdate - openssh-server - pciutils
hiera.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -29,5 +29,7 @@ hierarchy: path: "%{os.family}/%{architecture}.yaml" - name: "OS Family" path: "%{os.family}.yaml" - name: "Virtual" path: "%{virtual}.yaml" - name: "Common" path: "common.yaml"