On Thursday, 20 February 2014 23:51:07 UTC+1, Charles McLaughlin wrote:
>
> class foo {
>   package { 'bar':
>     requires => [
>       File[1],
>       File[2]
>     ]
>
This format makes changes a bit easier. For example, when you want to 
remove one or more File(s) in Vim ('dd'). Last array element should end 
with a comma:

requires => [
  File[1],
  File[2],
]


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/84d6af1c-8012-4425-a836-de1ebda89ab3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to