Skip to content

Instantly share code, notes, and snippets.

@bfritz
Last active January 21, 2017 15:56
Show Gist options
  • Save bfritz/fc19004a1b573551623ccc51eb2f26ab to your computer and use it in GitHub Desktop.
Save bfritz/fc19004a1b573551623ccc51eb2f26ab to your computer and use it in GitHub Desktop.
kitchen-salt for Arch Linux
#!/bin/sh
set -e
if [ ! -x /usr/bin/ruby ]; then
pacman -Sy --noconfirm ruby
mkdir -p /opt/chef/embedded/bin
ln -s /usr/bin/gem /opt/chef/embedded/bin/gem
fi
#!/bin/sh
[ -x /usr/bin/salt ] || pacman -Sy --noconfirm salt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment