On Monday, August 26, 2013 4:24:29 PM UTC-5, Ygor wrote: > > It should be (I think) > > subscribe => File[$config] > >
Were it me, I would at least attempt to use subscribe => Concat[$config] instead, since that refers to the resource you're actually declaring. IIRC, the existence of a resource File[$config] is an implementation detail of the Concat module, and it is poor practice to depend on implementation details. John -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
