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:

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 ja...@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

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 yux...@gmail.com Thanks a lot ! Now I know this symbols's meaning.[?] 2012/8/27 James Turnbull ja...@puppetlabs.com Tim Sharpe wrote: Hi, - and - create ordering

[Puppet Users] What is meaning of | | ~ signal

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

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