Merge pull request #158 from fishilico/vagrant-provision-dhclient-ip

Vagrant: allow VirtualBox provisionning to use dhclient and ip
This commit is contained in:
Chris PeBenito 2020-01-14 16:34:04 -05:00 committed by GitHub
commit 44aee2e8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
; spawned from the provision scripts. Define an attribute for those processes. ; spawned from the provision scripts. Define an attribute for those processes.
(typeattribute vagrant_provisioning_cmd_type) (typeattribute vagrant_provisioning_cmd_type)
(typeattributeset vagrant_provisioning_cmd_type ( (typeattributeset vagrant_provisioning_cmd_type (
dhcpc_t
ifconfig_t
load_policy_t load_policy_t
semanage_t semanage_t
setfiles_t setfiles_t