mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
3af3df34d7
It's included as a dep in the scaffolding itself, and the multiple dependencies cause failures when building (ty @smacfarlane <3) `jq` is also no longer needed, it was an artifact of legacy testing Signed-off-by: Josh Brand <jbrand@chef.io>
6 lines
278 B
Text
6 lines
278 B
Text
pkg_name=<%= "inspec-profile-#{profile.name}" %>
|
|
pkg_version=<%= profile.version %>
|
|
pkg_origin=<%= habitat_origin %>
|
|
pkg_svc_user=root
|
|
<%= "pkg_license='#{profile.metadata.params[:license]}'" if profile.metadata.params[:license]%>
|
|
pkg_scaffolding="chef/scaffolding-chef-inspec"
|