Report abuse

1
2
3
4
5
exec{"bridge_eth1":
    command => "/sbin/ifconfig eth1 up",
    unless => "/sbin/ifconfig | /bin/grep eth1",
    before => Service["vmware"],
  }