mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
99f86c8a0b
Changing to localhost resolves immediately but assumes you're NOT running a git server on http locally. This seems more valid to me than assuming you know how DNS is going to resolve everywhere. Signed-off-by: Ryan Davis <zenspider@chef.io>
9 lines
181 B
YAML
9 lines
181 B
YAML
name: git-bad
|
|
license: Apache-2.0
|
|
summary: A profile with a bad git dependency
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
depends:
|
|
- name: nonesuch
|
|
git: http://localhost/no/such
|