exec {"postmap":
command => "postmap blah blah",
refreshonly => true
}
{
...
file {"/etc/postfix/virtual":
...
...
notify => Exec["postmap"]
...
}
}
exec {"postmap":
command => "postmap blah blah",
refreshonly => true
}
{
...
file {"/etc/postfix/virtual":
...
...
notify => Exec["postmap"]
...
}
}