mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #1656 from chef/adamleff/habitat-run-user
Habitat packages should run as root
This commit is contained in:
commit
d585bceb14
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ pkg_origin=#{habitat_origin}
|
|||
pkg_source="nosuchfile.tar.gz"
|
||||
pkg_deps=(chef/inspec)
|
||||
pkg_build_deps=()
|
||||
pkg_svc_user=root
|
||||
EOL
|
||||
|
||||
plan += "pkg_license='#{profile.metadata.params[:license]}'\n\n" if profile.metadata.params[:license]
|
||||
|
|
Loading…
Reference in a new issue