search for: id41

Displaying 4 results from an estimated 4 matches for "id41".

Did you mean: id1
2007 Nov 12
2
How to keep several puppetd in sync at the same time ?
Hi, I''m still writing my djbdns module, I came to the following design issue with master and slave tinydns. Normally there is no such master and slave distinction in djbdns: all tinydns instance are equal. Usually one instance on one host is considered the master on, which the RR are changed, and when you need to propagate them, you rsync the datas to the other hosts, where they will be
2007 Aug 08
7
restart a service without ensure => running
Is it possible to trigger a service restart without always forcing that service to be running? We shutdown mysql for about 30min every day to do backups, and I don''t want puppet to start mysql during this window. So I''ve removed ensure => "running" from the mysql service. But now notify => Service[mysql] doesn''t restart mysql. Is it possible to tell
2007 Aug 16
0
No subject
...e: > On 11/12/2007 3:19 AM, Brice Figureau wrote: > > Can you think about a more puppet-like way of doing things which > > guarantees each puppetd can see the same data file at about the same > > time ? > > Schedule: http://reductivelabs.com/trac/puppet/wiki/TypeReference#id41 > > schedule { veryoften: > period => hourly, > repeat => 6 > } > > exec { "someupdater": > schedule => veryoften > } > > The above will run "someupdater" up to 6 times per hour, which if the > update procedure is quick...
2011 Jun 30
6
puppet autosign by VLAN IP
Hi, Can puppet autosign work by giving vlan IP instead of domain? For example, in the autosign.conf file, instead of using *.mydomain.org, I want to give 172.18.133.* But it does not seem to work if I give the IP address. But I don''t want to limit the client from *.mydomain.org by only allow certain vlan client not all the are in the same domain. Thanks, -Haiyan -- You received this