Saltstack Official Apache 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.
|
- require "serverspec"
- require "pathname"
-
- # Set backend type
- set :backend, :exec
-
- RSpec.configure do |c|
- c.path = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- end
|