Displaying 20 results from an estimated 25 matches for "3gg".
Did you mean:
3g
2007 Sep 07
2
puppetmasterd memory usage
...dian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Aug 13
4
Strangeness with a definition
I''m having problems with a definition not being found.
I get the following error when running puppetd -vt:
err: Could not find type "manual_apt_get_update" in file
/etc/puppet/manifests/definitions/apt_misc.pp at line 22
The definition is present for sure. Can anyone spot a problem with the
code below?
define manual_apt_get_update {
exec { "/usr/bin/apt-get
2007 Sep 13
3
listing the clients
All,
Once the puppet clients are installed, is there a option to list the client
in the server.
mind you I never meant the cert - signing list.. which would be puppetca
--list.
Thanks for your help
-Rajeshwaran
--
He also serves Who only stands and waits....
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
2007 Jun 07
17
Puppet/webrick benchmark
...dian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jul 25
6
Signing certificates with mongrel+apache puppetmaster
...dian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396
2007 Jun 06
9
"not authorized" when testing mongrel support
...dian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396
2016 Jun 07
2
for loop example
...essage: 1
> Date: Sat, 4 Jun 2016 11:11:21 +0530
> From: Indunil Jayasooriya <indunil75 at gmail.com>
> To: CentOS mailing list <centos at centos.org>
> Subject: [CentOS] for loop example
> Message-ID:
> <CAJF2yJSdCEysBoqGo2B+BerpgPYBmMxD=ahj4LiHN6xR8H=
> 3Gg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi list,
>
> Can you look in to this?
>
>
> [root at centos67 loop]# cat file1
> firstname1
> firstname2
>
> [root at centos67 loop]# cat file2
> lastname1
> lastname2
>
> I need a OU...
2007 Sep 12
6
Puppet with Mongrel
Hi, I have just successfully configured Puppet to run with Mongrel, and
would like to update the documentation with what I''ve learned. However,
since I''m not an expert with these things, I thought I''d share with the
list before updating the wiki. So here''s what I''d change:
+ Remove this picture:
2007 Aug 15
0
Re: [puppet] #761: mount tries to mount an already mounted FS
...dian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396
2007 Jun 28
1
Re: [puppet] #446: Require should stack not override
...dian News & Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
Guardian News & Media Limited
A member of Guardian Media Group PLC
Registered Office
Number 1 Scott Place, Manchester M3 3GG
Registered in England Number 908396
2016 Jun 09
0
for loop example
...n 2016 11:11:21 +0530
> > From: Indunil Jayasooriya <indunil75 at gmail.com>
> > To: CentOS mailing list <centos at centos.org>
> > Subject: [CentOS] for loop example
> > Message-ID:
> > <CAJF2yJSdCEysBoqGo2B+BerpgPYBmMxD=ahj4LiHN6xR8H=
> > 3Gg at mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Hi list,
> >
> > Can you look in to this?
> >
> >
> > [root at centos67 loop]# cat file1
> > firstname1
> > firstname2
> >
> > [root at centos67 loop]# c...
2007 Oct 12
7
puppetd dies?
Greetings all,
My deployment of puppet includes a monitrc to make sure that puppetd stays
up and running. It seems like (across all of my hosts) that pupeptd will
end up dying and restarted by monit. I''m running puppetd under a screen
session now on one particular host with --debug --verbose to see if any
thing comes out on console but until it happens again, any anybody else
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a
bit smarter. I have a basic version working fairly well:
define xfile($owner = root, $group = root, $mode = 644, $source,
$backup = main, $recurse = false, $ensure = file) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,
recurse
2007 Jun 07
3
Reductive Labs Asks: What platforms and software are you managing?
We'd like to get new users to the information they need quickly and
one thing new users want to know is if they can use Puppet for what
they want to do. So far, we don't have a very extensive (or
thorough) list of platforms and software solutions that our community
is using with Puppet.
To deal with this, I've drafted a short list of platforms under which
Puppet is
2007 Sep 19
12
server provisionning
Hello puppet users,
I know this is not really a puppet thing but i wanted to know what
tools do you use for server provisionning ?
I have to build quite a lot of servers for a prject and i need to
instal them. Of course puppet take care of the configuration but i
wondered if some of you use things like FAI . It seems that i could use
puppet to script FAI to install machines. What do you
2007 Mar 15
13
puppet standlone hanging when ran via init.d
Hi,
I''ve just changed my debian preseed configuration to install the debian
unstable package of puppet v0.22.1. As part of the preseed I have a late
command that clobbers the /etc/init.d/puppet file into using the puppet
standalone program and not the puppetd (as this is what I''m using). Since
the upgrade to 0.22.1 every boot hangs during the initd. Going into
standalone mode
2007 May 19
7
Puppet Trac throwing errors again for documentation pages
Hi,
https://reductivelabs.com/trac/puppet/wiki/DocumentationStart
https://reductivelabs.com/trac/puppet/wiki/PuppetIntroduction
https://reductivelabs.com/trac/puppet/wiki/PuppetMasters
https://reductivelabs.com/trac/puppet/wiki/PuppetBestPractice
- Max
2007 Dec 13
10
multiple files with same attributes
I''m almost afraid to ask because this probably sticks out
like a sore thumb on the wiki somewhere, and I''m just not
seeing it.
But I have a bunch of files with the same owner/mode. Is
there a way to somehow collapse these, so that all I repeat
is the file name?
Example:
file {
"/opt/test/1":
owner => "jtan",
group =>
2007 Nov 28
13
What to call a class: Manifest? Configuration? ResourceContainer?
Hi all,
I''ve got a new class in the current code, which I''ve been calling
Configuration but Matt reasonably thinks is horrible.
He is recommending the name Manifest, and I figured I''d see what
others thought.
The point of the class is to function as a resource container -- it
keeps a reference to all of the resources we''re managing, and knows
how to
2007 Dec 11
12
puppet seems to be restarting itself very often
I turned on reporting the other day and I''m seeing alot of these when puppet
runs. Especially during times when nothing is going on (middle of the night
etc)
Tue Dec 11 12:34:48 -0500 2007
//base/puppet/puppet::client/Service[puppet]/ensure (notice): ensure changed
''stopped'' to ''running''
It''s also quite odd that puppet when it runs it thinks