Displaying 20 results from an estimated 10000 matches similar to: "how to manage more and more file"
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
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
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 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
A file type question
hello,all
I look a example manifest,found this code.
File <<||>>
@@file {
.......
}
what''s the means ?
--
Huang Mingyou
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
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 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
2008 Jan 23
9
Replacing puppet:// with svn:// ?
I''ve been pondering how to handle our file distribution issues - we''re
starting to roll puppet out, and I''d like to get it somewhat right from the
start. I''ve been watching the list for a while, and observed ''complaints''
about the speed of the fileserver method when dealing with recursive
directories. If I can avoid this, I''d
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
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 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
2011 Oct 20
1
p-val issue for ranked two-group test
Hi-
I'm wondering if anyone can help me with my code. I'm coming up dry
when I try to get a p-value from the following code. If I make a
histogram of my resampled distribution, I find the difference between
by groups to be significant. I've ranked the data since I have
outliers in one of my groups.
mange= c(35, 60, 81, 158, 89, 130, 90, 38, 119, 137, 52, 30,
27,
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet.
Which will show the status of the servers, disk, cpu, load, pkg list,
configs/files edited via puppet, how often a config file is updated,
etc..
--
Deepak
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2019 Mar 21
2
LLVM 8.0.0 Release
Hans,
I'd like to make sure that I'm using the right LLVM version.
I tried to download LLVM 8 from the link in your email by cloning this repository:
git clone https://github.com/llvm/llvm-project.git
When I do llc --version, it says LLVM 9.0.0 instead of 8.0.0
LLVM (http://llvm.org/):
LLVM version 9.0.0svn
DEBUG build with assertions.
Default target: x86_64-unknown-linux-gnu
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 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 23
1
Vmware guest can''t connect to puppetmaster on host
My setup is as follows:
I am running Vmware Server on Ubuntu Feisty. This is the puppetmaster.
I am running a guest of Ubuntu Gutsy. This is the puppet.
When I try to run puppetd on the guest I get the expected message
"notice: Did not recieve certificate"
Going back to the server and running "puppetca --list" does not list any
requests. As a hunch I telneted the hosts