[Puppet Users] Re: Massive Import/Include

2012-10-05 Thread pierre-emmanuel degand
As regards your 3 proposals : - "that it would probably all need to go into one YAML file" => it will be the same than insert all my config in the manifest.pp, and it's not interesting to me - "you could put it in an hiera data store" => i don't know this method yet - "You cou

[Puppet Users] Re: Massive Import/Include

2012-09-28 Thread pierre-emmanuel degand
my module bind : - init.pp : class bind { include bind::install include bind::service } -install.pp : class bind::install ( $packages = $bind::params::server_packages ) inherits bind::params { package { $packages : ensure => present, } file { "/etc/bind/zones": ensu

[Puppet Users] Massive Import/Include

2012-09-28 Thread pierre-emmanuel degand
Hi, I try to include or import a lot of configuration files in a node, but it doesn't work :/ I create a module to configure bind, but i have a lot of domains to configure in the node of my server, so i decided to create an other module just to register my configuration with 1 file per domain (

[Puppet Users] Puppet gets stuck + CRON

2012-07-16 Thread pierre-emmanuel degand
Hi, I use Cron to avoid puppet to get stuck with this command : /bin/echo "" | /bin/nc localhost 8139 But I get this error : /USR/SBIN/CRON[11065]: (CRON) error (grandchild #11068 failed with exit status 1) At the beginning, i launched : echo "" | nc localhost 8139, but I read that we have to

Re: [Puppet Users] Node not find

2012-07-09 Thread pierre-emmanuel degand
> > * >> * >> It's save in vpsX.ovh.net.pp in puppet/manifests/nodes and in my >> site.pp i include >> > > did you mean import? > yes sorry, it's an import i don't know what happens because this morning i had tried and it works... thanks for answering :) -- You received this message be

[Puppet Users] Node not find

2012-07-06 Thread pierre-emmanuel degand
Hi, my new server doesn't find his node *whereas i did the same for my others servers and it works on them*. My key is generated and signed by my master (i had had to add my puppetmaster in /etc/hosts). My node : *node 'vpsX.ovh.net' { * * * *}* * * It's save in vpsX.ovh.net.pp in pupp