[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 received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



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 as an addition in one
 of the wiki examples on the puppet website.


Ideally submit it as a bug against this page:

http://docs.puppetlabs.com/guides/language_guide.html

here:

http://projects.puppetlabs.com/projects/puppet-docs/issues/new



-- 
Nigel Kersten
Product Manager, Puppet Labs

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.