[Puppet Users] exec subscribe debugging?

2012-08-10 Thread Matt Zagrabelny
Hi! I've got a simple file and exec resource coupling that does not seem to be working as expected: file { /etc/postfix/transport: source = puppet:///private/etc/postfix/transport, } exec { rebuild_transport_index_for_mailman: command = postmap /etc/postfix/transport,

Re: [Puppet Users] exec subscribe debugging?

2012-08-10 Thread David Schmitt
On 10.08.2012 16:19, Matt Zagrabelny wrote: Hi! I've got a simple file and exec resource coupling that does not seem to be working as expected: file { /etc/postfix/transport: source = puppet:///private/etc/postfix/transport, } exec { rebuild_transport_index_for_mailman:

Re: [Puppet Users] exec subscribe debugging?

2012-08-10 Thread Matt Zagrabelny
On Fri, Aug 10, 2012 at 9:53 AM, David Schmitt da...@dasz.at wrote: On 10.08.2012 16:19, Matt Zagrabelny wrote: Hi! I've got a simple file and exec resource coupling that does not seem to be working as expected: file { /etc/postfix/transport: source =

Re: [Puppet Users] exec subscribe debugging?

2012-08-10 Thread Matt Zagrabelny
On Fri, Aug 10, 2012 at 10:14 AM, Matt Zagrabelny mzagr...@d.umn.edu wrote: On Fri, Aug 10, 2012 at 9:53 AM, David Schmitt da...@dasz.at wrote: On 10.08.2012 16:19, Matt Zagrabelny wrote: Hi! I've got a simple file and exec resource coupling that does not seem to be working as expected: