Displaying 20 results from an estimated 100 matches similar to: "Different users within same exec"
2011 Jun 23
12
Turn off client autoupdate
Hello!
By default puppet node connects to server periodically and looks if
there is something execute. I''m wondering is it possible to make
puppet clients not connect to server themselves? So that it would be
possible to update a node only with puppetrun nodename.
---
WBR, Sergey
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2011 Sep 29
2
http://biggerbras.ca/store/site.php?html50
--
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 from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
2011 Jun 17
5
ssh_authorized_key and NIS user
Hi,
I have this resource definition:
ssh_authorized_key { "nagios@login2":
key => [REDACTED]
user => "nagios",
type => "ssh-dss",
require => Service[''nis''],
}
This nagios user comes from NIS, yp.conf and nsswitch.conf are handled by puppet
and configured before the key. I still get an "User does not
2011 Jul 01
4
require => Class
Hi
I have been trying to use class dependency and had no luck so far.
following are the two classes i am trying to use
[root@puppet]#cat libreoffice.pp
class libreoffice {
case $hostname {
"foo": { package { "libreoffice": ensure => present, require =>
Class["foo1"] } }
}
}
[root@puppet]#cat foo.pp
class foo1 {
package {
2011 May 24
6
installing puppet client
Hi,
how to install puppet client thru puppet master .
My requirement is to install puppet client nearly 400 client servers.
its difficult to install puppet client in all the servers by apt-
get .
share u r suggestions .
Regards
chebrian
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2011 Feb 17
8
logoutput=>on_failure doesn't work as expected
I''m using puppet 0.25.1. I''ve got a simple resource:
exec { "/bin/ls $oracle_base/dba/bin/database_backup.ksh":
logoutput => on_failure,
}
and I don''t want it to log every time it''s successfully run:
$ sudo tail -F /var/log/messages | grep puppetd
Feb 17 16:36:11 test puppetd[26614]: (//my_module/Exec[/bin/ls /u01/
2013 Mar 08
1
question on package plm
Hi R users:
I am using the plm package for linear panel data analysis but encountered the following message when I try plm function to estimate an random model with individual effect.
data.re.ind <- plm(X.RETURN. ~ IOB + IOBS,data=E,model="random",effect = "individual")
Error in swar(object, data, effect) : the estimated variance of the individual effect is negative
2011 May 20
7
PC EU feedback: exported resource syntax is too magical, hard to read
http://projects.puppetlabs.com/issues/7612
The exported resources syntax:
@@user { luke: ensure => present }
Is concise and powerful, but very difficult to read. We should
consider word-based syntax, e.g.:
export @user { luke: ensure => present }
And taking into account #7605, perhaps:
export virtual user { luke: ensure => present }
Please comment on the ticket or reply
2010 Apr 16
2
Testing a sip call through Asterisk?
I'm looking to find a test tool that will register with our Asterisk
(Trixbox) server here at work and place an outgoing call via our main SIP
trunk (BroadVoice) to confirm that things are working. I've looked around
but I can't seem to find any tools that will do what I'm looking for.
I can't just monitor the status of the trunk inside Asterisk, as this is the
normal status:
2011 Feb 11
11
CSRF protection in rails 2.3.11
Hi all,
I think CSFR protection broke in rails 2.3.11.
As in: it''s turned off now.
I tried this in rails 2.3.10 and in 2.3.11 and 2.3.11 seems broken.
>rails csrftest
>cd csrftest
>script/generate scaffold post title:string
>rake db:migrate
now I visit /posts/new in my browser, use firebug to delete or change
the authenticity token, and submit the form.
rails 2.3.11: all
2002 Jan 17
1
Problems with VFAT files with spaces in Wine
I am running RedHat 7.1 on it's own linux drive, and have my win98 drive
mounted in fstab as vfat. I have installed wine, and can run programs
on my windows drive in old 8.3 named directoies. However, whenever I
try to run anything in Program Files, for example (with the space in the
file name), I get the following error:
/opt/wine/bin/wine.bin: cannot find 'mnt/c/Program\
2011 Apr 15
15
Installing port on FreeBSD
New user trying to get a port to compile: I tried searching but all I
get are links to the FreeBSD port of puppet. Easier to find a needle
in a haystack.
A class has:
exec { "port-sudo":
cwd => "/usr/ports/security/sudo",
environment => "BATCH=yes",
command => ''/bin/sh -c "/usr/bin/make
2011 Jun 17
7
Questions for puppet 2.6.8 client certificate management
How do I initiate a certificate request without going into non-daemon mode ?
According to "Pro Puppet" book, so far the only way I know that can
trigger a certficate request with puppet master is like this
puppet agent --server=puppetmaster.test.com --no-daemonize --verbose
but doing so will break my intention of automation I need to create a
puppet client package. A control-C is
2011 Jun 13
15
puppet clients
I''ve gone over the documentation several times now and I can''t figure out how to ''apply'' a manifest to a client.
The client does have a signed certificate but the only thing in the /etc/puppet folder on the client is an ssl directory.
I have a manifest that works fine on the puppet ''master''
I have added the client into
2012 Oct 22
4
Possible to exclude an event in Puppet dashboard?
Hi All,
I was wondering if it is possible to NOT show an event in puppet dashboard.
I have an exec resource that fires of a ruby script. This is triggering a
changed event on every run, but actually I want to exclude this from
showing up as "CHANGED"
Is this possible, if so how can I achieve this?
---
myscript:
---
exec {
"run_myscript" :
#
2013 May 17
2
How could I see the source code of functions in an R package?
Hi,
How could I see the source code of functions in an R package?
If we type ?function_name , we will see documentations of the
function_name.
If we type function_name, is what returns just the source code? Could we
just save it in an .R file and modify as we want? However, it seems that
sometimes the source code is hidden (or stored elsewhere?) As an example,
could we see the source
2012 Dec 29
2
I need intercept in plm model
Hi,R 2.15.2 plm() function on Windows 7
when i perform a plm regression, i can't manage to obtain the intercept, but I need it.it gives me just the beta coefficient.
my formula: fixed <- plm(deltaS ~ L1.deltaS + L2.deltaS, data=Mody_R, index=c("country_id", "date"), model="within")
my output: Coefficients : Estimate Std. Error t-value Pr(>|t|)
2013 Jan 04
1
plm random effect: the estimated variance of the individual effect is negative
Matteo,
I fully agree with David: please read the posting guide.
Anyway, the error message says it all: "the estimated variance of the
individual effect is negative". See e.g. the "basic panel" chapter (10
or 11) in Wooldridge's "Econometric Analysis of XS and Panel Data" to
understand why this may happen.
Stata's behaviour is (as far as I remember) to
2013 Mar 01
2
Can puppet report the console output from service foo status?
I have an odd problem. The first time I install my new package, puppet
comes back with "Execution of ''/sbin/service chirp_fe start'' returned 1:"
When I run this command manually and on all subsequent puppet runs it
succeeds.
So I''m looking for a way to capture the console output from the invocation
of /sbin/service chirp_fe start. Is there something
2004 May 24
1
Re: Asterisk-Users digest, Vol 1 #3883 - 13 msgs
swar sir,
can u please unsubscribe me for your list
b.regards
jihad chalhoub
--- asterisk-users-request@lists.digium.com wrote:
> Send Asterisk-Users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
>
>
http://lists.digium.com/mailman/listinfo/asterisk-users
> or, via email, send a message