Merge pull request #158 from fishilico/vagrant-provision-dhclient-ip
Vagrant: allow VirtualBox provisionning to use dhclient and ip
This commit is contained in:
commit
44aee2e8b2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue