Displaying 8 results from an estimated 8 matches for "pupper".
Did you mean:
upper
2011 Nov 09
0
passenger starts old pupper
Hello, I use Centos 5x with rpmforge for install puppet.
It''s update''s itself.
Today system update puppet to 2.7.x version. Puppen agent updates ok.
But passenger start old version(2.6.x). Then I start puppetmaster init
script (it''s start WEBrick) started new version.
Apache vhost:
RackAutoDetect On
DocumentRoot
2008 Jul 23
2
truncated normal
Hi, I want to generate random samples from truncated normal say
Normal(0,1)Indicator((0,1),(2,4)). It has more than one intervals. In the
library msm, it seems to me that the 'lower' and 'upper' arguments can only
be a number. I tried rtnorm(1,mean=0,sd=1, lower=c(0,2),upper=c(1,4)) and it
didn't work. Can you tell me how I can do truncated normal at more than one
intervals?
2012 Feb 06
2
Puppet kick class option error
Hi,
I''m trying to puppet kick with class option.
Pupper Master: puppetmaster.example.com
Puppet Client1: host1.example.net
Puppet Client2: host2.example.net
But I get this error.
---
[root@puppetmaster ~]# puppet kick --class test --debug
test: host1.example.net.example.com, host2.example.net.example.com
Triggering host1.example.net.example.com,
host2...
2018 Feb 28
1
Best practices to manager multiples sysadmins working as root with multiple servers?
Hello
In my new company they have a lot of CentOS linux servers. I was wondering
what is the best practice do manage access root to a multiples sysadmin in
multiple servers.
Pupper? Ldap? Proxy Server with ssh?
Thanks for attention.
2007 Nov 24
2
how to compute highest density interval?
Suppose i want to compute a 95% highest density for a beta distribution
beta(a,b)
the two end points x1 and x2 shoudl satisfy the following two equations:
pbeta(x1,a,b)-pbeta(x2,a,b)=95%
dbeta(x1,a,b)=dbeta(x2,a,b)
Is there any fast way to compute x1 and x2 in R?
[[alternative HTML version deleted]]
2011 May 09
1
Gluster text file configuration information?
Where can I find documentation about manual configuration of Gluster
peers/volumes? All documentation seems to be about the gluster CLI. I
would prefer manual configuration to facilitate automation via scripts
(e.g. Puppet/Chef).
I also read in this list that it is possible to configure Raid10 via
text files... I would also like to experiment with this setup. Any
related documents on how to do
2013 Jun 03
0
puppet_dashboard.rb keeps getting deleted by puppet agent
I am currently using puppet in testing, on a centos 6.4 machine running
puppet-master, puppet-agent, dashboard, and foreman. The manifest for the
puppet matser machine in empty, like so:
node ''puppet'' {
}
However, when the pupper agent runs, it always deleted the dashboard report
module, which I keep restoring:
from the log:
Debug: /File[/var/lib/puppet/lib/puppet/reports]: Removing existing
directory for replacement with absent
Notice: /File[/var/lib/puppet/lib/puppet/reports]/ensure: removed
Debug: /File[/var/lib/pupp...
2013 Oct 22
0
New to Puppet, trying to get it workign with a FreeBSD agent
...rd.
I think i have succesfully done this, because at mymaster.local:3000/ I get
the dashboard webpage (albeit with no nodes or anything reporting)
and at https://mymaster.local:8140 I get a cert trying to be served to my
browser.
Are these good indicators of something at least working?
On my pupper master box, which is Ubuntu, here is what
/etc/puppet/puppet.conf contains
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
templatedir=$confdir/templates
[master]
# These are needed when the puppetmaster is run by...