search for: therod

Displaying 17 results from an estimated 17 matches for "therod".

Did you mean: theroy
2007 Sep 21
3
how to update puppet ?
hi ,all how to update the puppet from 0.22.4 to 0.23.2 . just install it ? is there have some thing need to be be careful ? when update the server and client,all just install the new version ? please help me ,because I use the puppet in product servers,so I need be careful. :D -- Huang Mingyou
2008 Jan 17
5
A function can always run when a client connect to the pupetmaster?
hello,all I write a function. this function will write the client fqdn to a file. But this function only run one time when the puppetmaster recompile the configuration. How can let this function run every time when a client connect to the puppetmaster ? please help me. -- Huang Mingyou
2008 Jan 17
1
A file type question
hello,all I look a example manifest,found this code. File <<||>> @@file { ....... } what''s the means ? -- Huang Mingyou
2007 Oct 11
3
puppetmaster can''t found the node''s hostname ?
hi,all. I found a interesting problem. first ,a new node run the puppetd to connect the puppet server, then was treated as "default" node. that''s right. Then I add the new node''s hostname in a node define. and run the puppetd ,is still get the default manifests file. But when I restart the pupppuetmaster, then it can get the new manifests file to correspond
2007 Aug 27
2
how to manage more and more file
hello,guys. When use the file type,can only mange one file. but there I have about more than 100 file need to be managed by puppet. now,I use a exec type to check out all the file from a subversion server,but there have a good solution? please help me! -- Huang Mingyou
2007 Oct 23
6
what''s the maximum of the runinterval
hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys I''m test the resources export and collect , OS is Debian etch and sarge, puppet server and client version all of the 0.23.2 ; the db is MySQL-4.1 My test code is like this. node ''b'' { @@file {"/tmp/a": ensure => present ,content => "test"; } } node ''a'' { File <<||>> } I run puppetd on
2008 Jan 17
1
don''t test puppet in you production environment :)
hi,guys I made a stuped error in my puppet manifest, the result is that all of my puppet client install a mysql-server and apache2 :p Be careful !!!!! -- Huang Mingyou
2008 Jan 24
1
Can use a Variables when Realizing Resources
hi ,all When realizing a resources ,can use this syntax like this ? File <<| tag == $idc | >> I had try it ,but can''t work. and not get error from the puppetmaster. -- Huang Mingyou
2007 Oct 17
0
puppet with squid proxy
hi ,all when the puppetmasterd run in mongrel type ,can use the squid as the https proxy ? but I remember that the squid 2.5 can''t authorize the client''s certificate. but can use the squid 2.6 do it ? is there have some one to had done it ? and if the host more than 1000, how to make a puppet HA or cluster . -- Huang Mingyou
2007 Oct 19
1
Can use the squid as the puppet proxy server ?
hi ,all When puppetmasterd run as mongrel type. can use the squid as the proxy server ? I just test it ,but get a 400 error. Is there have somebody had todo this ? -- Huang Mingyou
2007 Oct 25
0
some questions about Multiple Certificate Authorities
hello,guys follow the guide from http://reductivelabs.com/trac/puppet/wiki/MultipleCertificateAuthorities . I use the SERVER1 CA as a puppetmater CA , it can sign client csr, but can''t verify it . I''m not so clear about the x509, who can help me ? this document have some complex for me. -- Huang Mingyou
2008 May 06
0
does someone setup a puppet + openqrm system ?
hi,guys I think use the openqrm and puppet will be better than use any one of them,so I wan''t test it.but before the test,I want to know does there had somebody already had to do this ? I think that''s will be very interesting and powerful. :D Huang Mingyou --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2007 Oct 12
1
use ps -ef check service have some error.
hi,all. I found that use the ps -ef command to check a service status have some error. I test it . run puppetd --debug --tags apache2 ,get this message. ============= debug: Service[apache2](provider=debian): Executing ''ps -ef'' debug: Service[apache2](provider=debian): PID is 12062 ============ but the apache2 service is not running. and if I run ps -ef|grep apache2
2007 Oct 02
5
Is there have a synctax check tool ?
hello,all. Is there a have some tools to check the puppet manifests before to use it ? like nagios -v nagios.cfg .the new version puppet client can''t get error syntax message,so ,when have some syntax error I can''t found it. -- Huang Mingyou
2008 Apr 03
4
does anybody use the cft in the debian .
hi,all does some one had use the cft tool to build manifest for puppet on the debian os ? I just test it,can''t work ,so sad. huangmingyou --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe
2007 Oct 31
15
puppetd can set more than one server address
hi,all I want set up a puppet HA structure. but if the puppetd can set more than one server address ,the work will be simple :D if one puppetmaster have error, the client can auto try the next. I think I can use the heartbeat or dns to do this same thing,but not so good. so I want know the puppetd can direct set in the configure file ? if not,will be add this option? -- Huang