Displaying 20 results from an estimated 20000 matches similar to: "What Do You Test"
2013 Aug 07
8
introducing puppetboard 0.0.1
Hello everyone,
It’s a lovely grey and rainy day here in the Dutch summer, as good a day as
any to release a new little project.
Its name is Puppetboard and has as aim to replace Puppet Dashboard’s
reporting functionality. It does not nor will it include ENC features. It
does all this without storing any data itself but querying PuppetDB instead.
The whole thing is built in Python and
2013 Jan 10
1
Puppetlabs APT GPG key
Hi,
I just started getting errors from APT: W: GPG error:
http://apt.puppetlabs.com squeeze Release: The following signatures were
invalid: BADSIG 1054B7A24BD6EC30 Puppet Labs Release Key (Puppet Labs
Release Key) <info@puppetlabs.com>
It looks like they keyring was changed yesterday on the APT repository:
keyring.gpg 09-Jan-2013 14:51 2.5K
However, I''ve yet to see an
2012 Aug 15
7
Custom types in environments working .... yes/no/maybe ?
My issue may be related to this bug:
http://projects.puppetlabs.com/issues/13858
"Custom types in environments require loading into master''s libdir"
However, now I''m not so sure, This was working previously with a given
client. However, after trying on a fresh client, it''s failing with:
err: Could not run Puppet configuration client: Could not find a
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
Hi,
When I run puppet agent --test --environment 42A, I have the following
warning :
Warning: Local environment: "42A" doesn''t match server specified node
environment "production", switching agent to "production".
...
The puppet manifest for the environment "42A" isn''t applied.
The puppet version is 3.3.1-1puppetlabs1 on agent and
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
Hi,
I''m trying to install dashboard on precise and I get the below error.
I''m using the latest version that is available in the puppet apt
repository. The package rdoc is installed (it''s just a virtual package
pointing to ruby)
Are there some other missing dependencies that the package doesn''t specify?
I don''t know ruby that well so finding it hard
2013 Oct 24
2
SSH Module with multiple conditions
I''ve written and deployed a simple Linux SSH module. But I need to modify
to include support for FreeBSD and AIX. On top of that, I need to include
some conditionals in there that (for example)
if (/etc/file1 contains string abc) ; then
install sshd-config-x & ssh-config-x
elsif (/etc/file1 contains string xyz); then
install sshd_config-y & ssh_config-y
else install
2013 Apr 11
2
Generate YARD docs for modulepath
Hi, Puppet 3.1 now uses YARD to generate its API documentation. Is anybody
aware of the possibility to generate nice YARD docs for a given module
path, replacing the default RDOC-style site from "puppet doc --modulepath
..."? Could the YARD Template from Puppet 3.1 be used for this?
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2013 Oct 21
4
Puppet 3.2: add element to array
Hi!
Is it possible to add a new element to an array inside puppet manifest ? Something like ruby''s array.push(''new_element'') ?
--
Best regards,
Sergey Arlashin
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes
include new features and bug fixes. For details on changes
in this release, please see the release notes below.
# Downloads
Available in native package format at
http://yum.puppetlabs.com
http://apt.puppetlabs.com
Source (same license as Puppet): http://github.com/puppetlabs/puppetdb
Available for use with Puppet
2005 Jul 11
2
Sharing variables between contexts
Hello all,
I'm having trouble getting variables to work the way I want them to, let me
begin with a simple explanation of the problem, I'm using something like this
in my extensions.conf:
[default]
exten => 5000,1,SetVar(Recipient=test@test.com)
exten => 5000,2,Goto(mailexten,s,1)
exten => 6000,1,SetVar(Recipient=test@test.com)
exten => 6000,2,Goto(mailexten,s,1)
2009 Jun 30
43
Workstations and Certs
I am trying to come up with a workable solution in managing numerous
Mac workstations allowing a high degree of flexibility with regards to
certs.
My puppet environment is setup to application installation on machines
that have been ''imaged'' with a base OS and the puppet and facter apps.
So, when a Mac is ''imaged'' and subsequently re-booted, puppet is run
at
2005 Oct 04
1
vector labels are not permuted properly in a call to sort() (R 2.1)
Not sure if this is the correct forum for this, but I've found what I
would consider to be a potentially serious bug to the unsuspecting user.
Given a numeric vector V with class labels in R, the following calls
1.
> sort(as.matrix(V))
and
2.
>as.matrix(sort(V))
produce different ouput. The vector is sorted properly in both cases,
but only 2. produces the correct labeling of
2004 Apr 01
4
[LLVMdev] Verifier & abort()
On Thu, 2004-04-01 at 18:04, Misha Brukman wrote:
> Perhaps another solution would be to throw an exception with the error
> message?
Perhaps, but that would violate the programming contract already in
place. Right now LLVM and its users expect failed verifications to cause
an abort(). I wouldn't want to unleash on LLVM the new semantics of now
handling exceptions in every place the
2016 Apr 05
2
Free Redhat Linux (rhel) version 7.2
On Tue, 2016-04-05 at 08:16 -0700, Akemi Yagi wrote:
> On Tue, Apr 5, 2016 at 8:08 AM, Always Learning <centos at u64.u22.net> wrote:
>
> >
> > What matters for the 'free' Red Hat software is ***ONLY*** Red Hat's
> > stated terms and conditions - definitely not what someone else has
> > put on a web site.
> Here is the link:
>
>
2007 Nov 15
1
Friday Conference reminder: AGI example Nov 16th at 12:30 PM EST
Hi,
Tomorrow, Friday Nov 16th, 2007 at 12:30 PM, we'll be exploring a
simple, well-commented example of an AGI script for asterisk. I have
absolutely nothing against GUI, but if you want to unleash the real
power of asterisk, you'll need to get into AGI (or pay someone else to
do it). Because asterisk solutions are mostly limited to your
imagination (and a hired hand may or may not have
2008 Sep 30
1
Desperatly seeking Parallel R simulation with Windows XP
Hello R experts,
I've been searching for weeks a way to use my quad core xeon to increase
speed of a very-very computer-intensive simulation I must do for my works.
It seems that most purpose-made packages for R : Snow, Rmpi, snowfall,...
are designed for Linux based OS. I do not have access to Linux due to
professionnal reasons ... so I must work with windows XP.
Do somebody know a way to
2013 Jun 20
1
Rev Your (RDMA) Engines for the RDMA GlusterFest
It's that time again ? we want to test the GlusterFS 3.4 beta before
we unleash it on the world. Like our last test fest, we want you to
put the latest GlusterFS beta through real-world usage scenarios that
will show you how it compares to previous releases. Unlike the last
time, we want to focus this round of testing on Infiniband and RDMA
hardware.
For a description of how to do this, see
2023 Oct 25
1
DC Time Problems
> On 10/25/2023 9:53 AM PDT Ham via samba <samba at lists.samba.org> wrote:
>
>
> It appears that none of our windows clients are syncing their time with
> the samba DC.??? From what I can tell they are not able to get a
> response from the DC.? For example, where the DC is named athena:
>
> >w32tm /monitor /computers:athena
>
>
2010 Sep 05
1
mac: lib/gtk.pkg
Hello,
I'm sorry to just pop-up on the mailing list like this and ask a relatively non-R related question but I had no idea whom else to contact on this matter.
I'm working on a completely different port of an application to OS X which requires GTK and through Google'ing stumbled on a rather recent GTK installer for Mac at: http://r.research.att.com/
I was wondering if anyone here
2002 May 20
1
(PR#1577) is.na<- coerces character vectors to be factors
The inconsistency is that you use $<- to set the column, then [[<- to
change it. Had you tried to set the column by
x[[1]] <- as.character(x[[1]])
you would have seen the problem immediately (it does not work as you would
have intended). If you want to be sure to turn off conversion to factor,
you need to set the column to class "AsIs". My belief is that
will behave