I host about 700 directories and 1300 files on the puppetmaster
server, using default Webrick server. On the client, it takes about 6
minutes to get these files, and responses lots of errors which like
"Failed to retrieve current state of resource" :(
--
You received this message because you are
Puppet version is 0.25.5 on Debian Squeeze.
On Tue, Aug 17, 2010 at 11:43 AM, alcy wrote:
> If I do
>
> 1) puppet --modulepath=/home/abc/puppet/modules
>
> OR
>
> 2) puppet --modulepath=/home/abc/puppet/modules --manifest=/home/abc/
> puppet/site.pp
>
> (...where site.pp has import "nodes.pp", an
If I do
1) puppet --modulepath=/home/abc/puppet/modules
OR
2) puppet --modulepath=/home/abc/puppet/modules --manifest=/home/abc/
puppet/site.pp
(...where site.pp has import "nodes.pp", and nodes.pp has a default
node definition that includes basic modules defined under /home/abc/
puppet/modules
On Fri, Aug 13, 2010 at 8:46 AM, Adrian Snyman wrote:
> On Fri, Aug 13, 2010 at 8:02 AM, Adrian Snyman wrote:
>> On Thu, Aug 12, 2010 at 1:38 PM, Trevor Hemsley
>> wrote:
>>> You're not exec'ing some install program that is stopping and waiting for
>>> input? When we deploy Platform Symphony, we
http://docs.reductivelabs.com/guides/modules.html
That should explain module organisation for you.
You need to configure fileserver.conf and put the module in the right
area.
See doco for detail.
On Aug 16, 4:17 pm, Timo Seven wrote:
> Hi all:
>
> I want to every client to download a file lik
Could not find default node or by name with 'free30.test.com,
free30.test, free30' on node free30.test.com
DNS? Change your node to description to:
node 'free30' inherits basenode {
}
make sure that the puppet master can resolve it.
On Aug 17, 6:30 am, bmort wrote:
> I have this working on 2
Sorry, when you use Gmail you end up top-posting whether you like it or not.
On Mon, Aug 16, 2010 at 8:45 PM, Daniel Pittman wrote:
> Brian Gallew writes:
>
> It is always nice if y'all follow the existing quoting style in mails; it
> makes it much less confusing to follow later.
>
> > I have t
Brian Gallew writes:
It is always nice if y'all follow the existing quoting style in mails; it
makes it much less confusing to follow later.
> I have to agree with Daniel on this one. While it's annoying to build
> Solaris (in my case) packages for every CPAN package you want to install,
> then
I have to agree with Daniel on this one. While it's annoying to build
Solaris (in my case) packages for every CPAN package you want to install,
then end result is that I can control the installed version *precisely*.
While it may never have been a problem for you, I've been bitten more than
once b
Hi list,
I am familiar with virt_users and virt_groups but thought it might be
easier in our environment to describe our users on our node like shown
here:
http://itand.me/using-puppet-to-manage-users-passwords-and-ss
To that end I changed things a bit and have the following code:
/etc/puppet/m
That bug sounds like my problem, I will try explicitly setting confdir
and vardir in /etc/puppet/puppet.conf and see if that helps.
On Aug 16, 12:41 pm, Brian Wong wrote:
> On Sat, Aug 14, 2010 at 5:35 PM, Rustler wrote:
> > I have the puppetmaster deamon running (as root) on a RH5 with it
> > u
I found the root cause of my problem. After running of about 1 month
using the development environment my log file grew to over 24GB. I had
no idea this log file was even there since it's in a less than standard
location (/opt/puppet-dashboard/log/development.log). I switched to
using the produ
I have this working on 2 other machines. Would you help me determine
what I've overlooked?
Version
[b...@free30 manifests]# puppet -V
0.25.5
The command and error:
[b...@free30 etc]$ sudo puppet -v /etc/puppet/manifests/site.pp --
debug
debug: importing '/etc/puppet/manifests/modules.pp'
debug:
Hi all,
today I restricted the maximal number of results of my openldap server
to 50. As a result, on all of my client machines puppetd hanged
(indefinitely, i.e. longer than 5mins). After restoring the number of
results to 500 (the original setting), all worked well again.
Other than that, I exp
Hi all:
I want to every client to download a file like test.txt to /etc/
So I write a test.pp
class test {
file { "/etc/test.txt":
source => "puppet://puppet.timo.com/module/test.txt"
}
}
But now in the server log I found the error like "Aug 16 13:21:44
zw_83
On Sat, Aug 14, 2010 at 5:35 PM, Rustler wrote:
> I have the puppetmaster deamon running (as root) on a RH5 with it
> using /etc/puppet for configuration and /var/lib/puppet for it's other
> data files (which appear to be the default). Everything is working
> fine.
>
> Installed passenger to run p
Oliver,
You probably want to post this over in puppet-...@googlegroups.com.
I've had the same issue. The code is relatively easy to write but the
tests require a level of Puppet framework knowledge that is beyond
most that don't work on it regularly.
I've also had situations where my tests pass
Sorry, but this is a blatant call for help. I'm desperately out of my
depth with creating tests due to my lack of experience with just about
every component involved.
The background is, I'm trying to create the necessary tests to have
#2866 accepted. I'm running into problems just getting a basic
18 matches
Mail list logo