[Puppet Users] Re: Exec depends on ressources that are several different types

2012-01-15 Thread Patrick Viet
On Jan 11, 9:07 am, Aaron Grewell aaron.grew...@gmail.com wrote: require accepts an array, so you should be able to do this: require = [File['foo'],Exec['bar']] It worked. Thanks so much. I should submit this as an addition in one of the wiki examples on the puppet website. Patrick -- You

Re: [Puppet Users] Re: Exec depends on ressources that are several different types

2012-01-15 Thread Nigel Kersten
On Sun, Jan 15, 2012 at 4:17 PM, Patrick Viet patrick.v...@learnosity.comwrote: On Jan 11, 9:07 am, Aaron Grewell aaron.grew...@gmail.com wrote: require accepts an array, so you should be able to do this: require = [File['foo'],Exec['bar']] It worked. Thanks so much. I should submit this