Saltstack Official Apt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
182B

  1. require "serverspec"
  2. require "pathname"
  3. # Set backend type
  4. set :backend, :exec
  5. RSpec.configure do |c|
  6. c.path = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  7. end