diff --git a/modules/network/manifests/config.pp b/modules/network/manifests/config.pp index 084fb57..c9cc135 100644 --- a/modules/network/manifests/config.pp +++ b/modules/network/manifests/config.pp @@ -17,7 +17,7 @@ } exec { "vboxnetup": - path => "/bin:/usr/bin", + path => "/bin:/usr/bin:/sbin", unless => "ifconfig | grep 192.168.56.101", command => "ifconfig eth1 192.168.56.101 netmask 255.255.255.0 up", } @@ -42,4 +42,4 @@ -} \ No newline at end of file +}