Hi,I''m studying the puppetlabs-openstack module for deploying openstack, there is sytax confusing me in the manfests file: Swift::Ringbuilder::Create[''object''] -> Ring_object_device <| |> ~>> Swift::Ringbuilder::Rebalance[''object''] >I just know -> means notify ,but what does <| |> ~>mean? I didn''t find the related document on the puppet site. I really appreciate if anyone can help me. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Tys_jHXMDHwJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, -> and <- create ordering relationships (like the require and before metaparameters) ~> and <~ create notify relationships (like the notify and subscribe metaparameters) You can read more about them at http://docs.puppetlabs.com/puppet/2.7/reference/lang_relationships.html#chaining-arrows Cheers, Tim On Saturday, 25 August 2012 at 8:22 PM, NewpTone wrote:> Hi,I''m studying the puppetlabs-openstack module for deploying openstack, there is sytax confusing me in the manfests file: > > > Swift::Ringbuilder::Create[''object''] -> Ring_object_device <| |> ~> Swift::Ringbuilder::Rebalance[''object''] > > I just know -> means notify ,but what does <| |> ~>mean? I didn''t find the related document on the puppet site. > I really appreciate if anyone can help me. > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Tys_jHXMDHwJ. > To post to this group, send email to puppet-users@googlegroups.com (mailto:puppet-users@googlegroups.com). > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com (mailto:puppet-users+unsubscribe@googlegroups.com). > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
James Turnbull
2012-Aug-26 18:18 UTC
Re: [Puppet Users] What is meaning of <| |> ~> signal
Tim Sharpe wrote:> Hi, > > -> and <- create ordering relationships (like the require and before > metaparameters) > ~> and <~ create notify relationships (like the notify and subscribe > metaparameters) >And the <| |> symbols are resource collectors: http://docs.puppetlabs.com/puppet/2.7/reference/lang_collectors.html Regards James Turnbull -- James Turnbull Puppet Labs 1-503-734-8571 To schedule a meeting with me: http://tungle.me/jamtur01 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thanks a lot ! Now I know this symbols''s meaning.[?] 2012/8/27 James Turnbull <james@puppetlabs.com>> Tim Sharpe wrote: > > Hi, > > > > -> and <- create ordering relationships (like the require and before > > metaparameters) > > ~> and <~ create notify relationships (like the notify and subscribe > > metaparameters) > > > > And the <| |> symbols are resource collectors: > > http://docs.puppetlabs.com/puppet/2.7/reference/lang_collectors.html > > Regards > > James Turnbull > > -- > James Turnbull > Puppet Labs > 1-503-734-8571 > To schedule a meeting with me: http://tungle.me/jamtur01 > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
i had see the puppet cookbook ,the author suggestion used require instead of ->, and so on 2012/8/27 Yu Xingchao <yuxcer@gmail.com>> Thanks a lot ! Now I know this symbols''s meaning.[?] > > > 2012/8/27 James Turnbull <james@puppetlabs.com> > >> Tim Sharpe wrote: >> > Hi, >> > >> > -> and <- create ordering relationships (like the require and before >> > metaparameters) >> > ~> and <~ create notify relationships (like the notify and subscribe >> > metaparameters) >> > >> >> And the <| |> symbols are resource collectors: >> >> http://docs.puppetlabs.com/puppet/2.7/reference/lang_collectors.html >> >> Regards >> >> James Turnbull >> >> -- >> James Turnbull >> Puppet Labs >> 1-503-734-8571 >> To schedule a meeting with me: http://tungle.me/jamtur01 >> >> -- >> 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+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> >> > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.