Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-26 Thread wen1023 wu
i had see the puppet cookbook ,the author suggestion used require instead of ->, and so on 2012/8/27 Yu Xingchao > Thanks a lot ! Now I know this symbols's meaning.[?] > > > 2012/8/27 James Turnbull > >> Tim Sharpe wrote: >> > Hi, >> > >> > -> and <- create ordering relationships (like the re

Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-26 Thread Yu Xingchao
Thanks a lot ! Now I know this symbols's meaning.[?] 2012/8/27 James Turnbull > Tim Sharpe wrote: > > Hi, > > > > -> and <- create ordering relationships (like the require and before > > metaparameters) > > ~> and <~ create notify relationships (like the notify and subscribe > > metaparameters)

Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-26 Thread James Turnbull
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/refe

Re: [Puppet Users] What is meaning of <| |> ~> signal

2012-08-25 Thread Tim Sharpe
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