Testing MacOS specific configuration.

This commit is contained in:
Elijah Lazkani 2017-01-14 12:19:55 -05:00
parent be1a92eda1
commit 592ec823f8
2 changed files with 3 additions and 0 deletions

View file

@ -36,7 +36,9 @@ values."
;; Uncomment some layer names and press <SPC f e R> (Vim style) or ;; Uncomment some layer names and press <SPC f e R> (Vim style) or
;; <M-m f e R> (Emacs style) to install them. ;; <M-m f e R> (Emacs style) to install them.
;; ---------------------------------------------------------------- ;; ----------------------------------------------------------------
{% if grains['os'] == 'macOS' %}
osx osx
{% endif %}
helm helm
auto-completion auto-completion
;; better-defaults ;; better-defaults

View file

@ -19,4 +19,5 @@ spacemacs-config:
- source: salt:///spacemacs/files/spacemacsconfig - source: salt:///spacemacs/files/spacemacsconfig
- user: {{ grains.user }} - user: {{ grains.user }}
- group: {{ grains.user }} - group: {{ grains.user }}
- template: jinja
- force: True - force: True