Commit 569e4faf authored by Scotty Logan's avatar Scotty Logan
Browse files

updates for Darwin

parent 55211e0c
Loading
Loading
Loading
Loading

data/Darwin.yaml

0 → 100644
+93 −0
Original line number Diff line number Diff line
# data/Darwin.yaml
# generic defaults for Darwin-based systems
---
base::add_cloud_config: false
base::packages::package_type: brew
base::packages::docker_package: docker
base::brew::taps:
  - homebrew/core
  - homebrew/completions
  - homebrew/dupes
  - caskroom/casks
base::brew::casks:
  - 1password
  - adium
  - airdisplay
  - blue-jeans-launcher
  - box-sync
  - charles
  - docker
  - dropbox
  - emacs
  - evernote
  - firefox
  - fluid
  - java
  - jce-unlimited-strength-policy
  - marked
  - minikube
  - google-chrome-canary
  - gpgtools
  - iterm2
  - omnigraffle
  - postman
  - skype
  - slack
  - sublime-text
  - textmate
  - unetbootin
  - vagrant
  - virtualbox
  - virtualbox-extension-pack
  - xquartz
  - yubico-authenticator
  - yubikey-personalization-gui
  - yubikey-piv-manager
base::packages::install:
  - awscli
  - c-kermit
  - curl
  - debianutils
  - git
  - findutils
  - fontconfig
  - freetype
  - gawk
  - git-crypt
  - gnu-tar
  - go
  - goenv
  - godep
  - gpg-agent
  - hub
  - jq
  - mysql
  - node-build
  - nodeenv
  - openssh
  - opensc
  - openssl@1.1
  - packer
  - packer-completion
  - s3cmd
  - terraform
  - vagrant-completion
  - wget
  - xz
  - ykpers
  - yubico-piv-tool
  - zlib
base::packages::uninstall:
  - ca-certificates
  - cloud-init
  - ethtool
  - iptables
  - man-db
  - ntp
  - ntpdate
  - openssh-server
  - pciutils
  - tzdata
  - vim-tiny
base::packages::pip: []
base::packages::sources: []
+3 −0
Original line number Diff line number Diff line
# data/Darwin/Darwin/16.yaml
# defaults for Darwin 16.x (macos Sierra) systems
---
+2 −2
Original line number Diff line number Diff line
# data/Debian.yaml
# generic defaults for Debian-based systems
---
base::package_type: apt
base::packages::package_type: apt
base::packages::docker_package: docker
base::packages::install:
  - adduser
@@ -15,7 +15,7 @@ base::packages::install:
  - python-setuptools
  - vim-tiny
  - xz-utils
base::sources:
base::packages::sources:
  puppetlabs:
    comment: "PuppetLabs APT Repo"
    location: http://apt.puppetlabs.com
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
---
base::packages::install:
  - firmware-linux-free
base::sources:
base::packages::sources:
  main:
    comment:  "Debian APT Repo"
    location: https://cloudfront.debian.net/debian
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# defaults for Debian 8.x (jessie) armv7l systems (Raspberry Pis)
---
base::packages::docker_package: docker-hypriot
base::sources:
base::packages::sources:
  main:
    comment:  "Raspbian APT Repo"
    location: http://mirrordirector.raspbian.org/raspbian/
Loading