[Puppet Users] Getting MCollective and RabbitMQ talking over SSL

2014-10-28 Thread
my current environment is: - OS: rhel-6.5-x86_64 - puppet: 3.6.2 - rabbitmq-server: 3.2.4 - erlang: R14B-04 on my master node i install: - mcollective-client - rabbitmq-server on my agent node i install: - mcollective-server when i use normal way to connect mcollective

[Puppet Users] puppet parser order random

2014-12-10 Thread
# ntp/manifests/init.pp class ntp ( $var_01 = '/etc/ntp.conf', $var_02 = 'ntp/ntp.conf.erb', ) { include ::ntp::params include ::ntp:install } # ntp/manifests/params.pp class ntp::params { $var_03 = 'no.3' $var_o4 = 'no.4' } # ntp/manifests/install.pp class ntp::install { notify {"v

Re: [Puppet Users] puppet parser order random

2014-12-12 Thread
i have to read Henrik's carefully, and this is what i want to know, thanks you very much! 2014-12-11 22:25 GMT+08:00 Martin Alfke : > > > On 11 Dec 2014, at 14:56, jcbollinger wrote: > > > > > > > On Thursday,

Re: [Puppet Users] puppet parser order random

2014-12-12 Thread
Is "::ntp:install" just a typo? It looks like it should be "::ntp::install" (two colons between "ntp" and "install"). yes, it is a typo. 2014-12-12 17:59 GMT+08:00 巨海录 : > > i have to read Henrik's > <http://puppet-on-the-edge.b

Re: [Puppet Users] Use ftp as source for file

2014-12-30 Thread
I recommend this existing modules: https://github.com/nanliu/puppet-staging 在 2014年12月27日星期六UTC+8下午10时49分31秒,Martin Alfke写道: > > Hi, > > instead of using exec’s you might want to dig into existing modules and > their defines, types and providers: > > https://github.com/camptocamp/puppet-archiv