Commit 86fe8995 authored by Scotty Logan's avatar Scotty Logan
Browse files

reworked docker settings

parent 664c99f9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
+1 −6
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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"