X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fbash%2Finit.sls;h=9729404669e706685f736f307756474510be32b6;hb=cc380a1eeb2fd611cfb96574b44dd00e2e168b92;hp=f0301c5f9d2d86080431d9379a1a7bb8fbaae1ed;hpb=75076121ebe6a08a4675b2382dbed0b5e9fe6516;p=max%2Fsaltfiles.git diff --git a/states/bash/init.sls b/states/bash/init.sls index f0301c5..9729404 100644 --- a/states/bash/init.sls +++ b/states/bash/init.sls @@ -1,17 +1,13 @@ -bash installed: - pkg.installed: - - name: app-shells/bash - - refresh: False - include: + - bash.{{ grains['os'] | lower }} - user.max + - aliases + - dircolors {% set files = [ - 'bash_aliases', 'bash_profile', 'bashrc', - 'dir_colors', 'inputrc', 'profile' ]