exec { "foo":
...
}


if $something {
exec { "bar":
...
before => Exec["foo"]
}
}