Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2017 17:14
Show Gist options
  • Save anonymous/5cda2897d3aaf0441f5b892018524e9e to your computer and use it in GitHub Desktop.
Save anonymous/5cda2897d3aaf0441f5b892018524e9e to your computer and use it in GitHub Desktop.
#Uses this formula: https://github.com/saltstack-formulas/epel-formula
include:
- epel
davinci.packages:
pkg.installed:
- pkgs:
- gdal
- hdf5-devel
- gnuplot
- motif
install_shit:
pkg.installed:
- sources:
- libcfitsio: /PATH TO RPM HERE/
- davinci: /PATH TO RPM HERE/
/usr/lib64/libhdf5.so.6:
- file.symlink:
- target: /usr/lib64/libhdf5.so.8
/usr/lib64/libhd5.so.0\(\)\(64bit\):
- file.symlink:
- target: /usr/lib64/libhdf5.so.8
/usr/share/davinci/library/library_linux.dvrc:
file:
- managed
- source: salt://PATH TO HERE/library_linux.dvrc
- replace: True
- user: $user$
- group: $group$
- mode: ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment