Title: Message Title
Nick Lewis commented on an issue
Puppet / Bug PUP-1410
Empty resource collectors can break long relationship chains
Hi,

When using chained resources, with a collection within the string, if the collection is empty, the chain is broken and the resources either side do not depend on each other.

Example:

test/manifests/init.pp

    class test {
      $cr = ["1", "2"]
  
      exec{"pre":
        command => "/bin/true"
      }
  
      exec{"post":
     ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to