inspec/lib/plugins/inspec-habitat/templates/habitat/plan.sh.erb

9 lines
345 B
Text
Raw Normal View History

pkg_name=<%= "inspec-profile-#{profile.name}" %>
pkg_version=<%= profile.version %>
pkg_origin=<%= habitat_origin %>
pkg_deps=(chef/inspec)
pkg_build_deps=(chef/inspec core/jq-static)
pkg_svc_user=root
<%= "pkg_license='#{profile.metadata.params[:license]}'" if profile.metadata.params[:license]%>
pkg_scaffolding="chef/scaffolding-chef-inspec"