Displaying 20 results from an estimated 10000 matches similar to: "what about kinial ?"
2007 Jun 12
6
facts from ldap
Does any one have a recipe for getting facter facts from ldap?
2007 May 07
68
Puppet Best Practice
Hello everyone,
A long time ago, I posted the Stanford Best Practices and I''ve gone through
and updated it today. I''d like to have people go through it and see if we
can strip out some Stanford specific stuff and tag this as an official best
practice. I think an official best practice will be important as more and
more people consider making shareable modules, etc (mostly
2007 Jun 15
8
ANNOUNCE: External node attributes
Hi all,
This just keeps coming up, again and again, so I decided to take a
few hours and break everyone''s configuration.
Oh, wait, just kidding. :)
Really, I''ve completely rewritten external node support. Here''s the
changelog entry:
Only ONE node source can be used -- you can use LDAP, code, or
an external node program, but not more than one.
2013 Jan 24
4
Dependency Cycle with puppetlabs-mrepo
Hi, I''m gettinng a dependency cycle when using PE 2.7, puppetlabs::mrepo,
"role classes" and hiera :
I''m trying to mirror RHN repos :
# ROLE CLASS
> class site::yum_repository{
>
> $repos = hiera(''site::yum_repository::repos'')
> create_resources(mrepo::repo::rhn, $repos)
> }
>
# HIERA DEFAULTS
>
2007 Jul 03
15
Puppet as a push model
I just started digging into puppet and it looks like puppet is using a
pull model. You have a master server and clients talk to it to get
config info.
Is anyone out there using a push model? If not, why not? Are there
security reasons you would use one over the other?
It seems that cfengine also uses a push model, so I wondered if this is
a "standard" or if there are specific
2007 Jun 04
16
Puppet installation and observations
Greeting Puppeteers,
( I sent this from the wrong address so it may be a duplicate post
after moderation )
I recently discovered puppet from the debian administration site and
thought I might install it after BASHING my head against cfengine the
last 3 times I tried to install it.
I installed puppetmaster on my primary server and dropped puppet on a
couple of xen virtuals.
It worked
2008 Sep 30
3
question about reports
when a node tries to send a report it drops the following error:
err: Reporting failed: undefined method `graph'' for
#<Puppet::Transaction::Report:0xb7060948>
on the server i have:
reports = rrdgraph,store
reportdir = /var/www/puppetreports
rrddir = /var/www/html/rrd
rrdinterval = $runinterval
rrdgraph =
2007 Jun 29
1
More on class includes
After some through I have decided that I don''t want to keep all my
configuration variables in LDAP; too many variables and the variables
are too specific to manage efficiently.
What I want to keep in ldap are some general class definitions, like
samba-bdc, and samba-dev-shares, etc. So I build a manifest like the
one below; but there are a few problems.
First, I can''t be sure
2007 Jun 04
5
Virtual defines ?
I just started messing with puppet, and i love it! I have used
cfengine in the past, and were in process of planing to replace
cfengine now.
One thing thats stumped me this weekend and i know i read your
working on virtal defines so i can''t do that, but how can i get arond
this issue with the curretn setup. I think i am missing something
fundamentally simple here.
i have this
2010 May 08
7
puppet and ubuntu 9.04
I am stuck with ubuntu 9.04 as puppet master server. But puppet version is
old on ubuntu 9.04:
puppetmaster,puppet 0.24.5-3
Would it be possible to upgrade it to the latest version, without upgrading
the OS?
--
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
2007 May 01
7
RFC: Changing variable override
It seems like a very common expectation that the following code would
work:
class boo {
$me = "/something"
file { $me: ensure => present }
}
class yay inherits boo {
$me = "/something/else"
}
Yet, as many have found to their chagrin, it does not work. Should it?
I believe I know how I could make this work: Create a single
variable namespace for class
2007 Jun 05
1
Puppet common misconceptions wiki page.
After stumbling merrily into the ''node inheritance variable override''
problem last night (see ''RFC: Changing variable override'' thread for
more info), it occurred to me that it would be useful to have a page in
the Wiki to describe common misconceptions of the way that the puppet
language and system works.
Are folk happy for this to be a separate page, or
2007 Jul 05
16
Getting a list of managed machines on the puppetmaster.
Is there an easy way to list which puppet daemons a puppetmaster controls?
... and from that, is there a way of getting the puppetmaster to store a
copy of their compiled configuration somewhere?
Thanks,
mike
2015 Sep 08
5
LLVM struct, alloca, SROA and the entry basic block
From: Philip Reames <listmail at philipreames.com<mailto:listmail at philipreames.com>>
Date: mardi 8 septembre 2015 12:50
To: Benoit Belley <benoit.belley at autodesk.com<mailto:benoit.belley at autodesk.com>>, "llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>" <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>>
Subject:
2006 Mar 24
3
* Meetme Freeze patch found
Hi all
Apparently there is a patch for those 1.2.4/5 MeetMe Freezes:
http://bugs.digium.com/view.php?id=5884
Haven't tried it out yet.
Benoit Panizzon
--
I m p r o W a r e A G - System Services
______________________________________________________
Zurlindenstrasse 29 Tel +41 61 826 93 00
CH-4133 Pratteln Fax +41 61 826 93 01
Schweiz
2017 Jun 20
2
JIT, LTO and @llvm.global_ctors: Looking for advise
Thanks for the hindsight.
I am currently working on a patch/potential fix which introduces a new
Linker::ImportIntrinsicGlobalVariables flag. The patch includes a unit
test reproducing the problem. Hopefully, that will help getting more
feedback.
Note that it might take a while before I am allowed to upload the patch
since I need approval from Autodesk Legal department.
Cheers,
Benoit
Benoit
2017 Jun 20
2
JIT, LTO and @llvm.global_ctors: Looking for advise
Thanks Peter, this is very useful feedback.
I did manage to change the behavior of LinkOnlyNeeded to correctly import
all variables with AppendingLinkage. In fact, I discovered that there was
already something fishy. A variable with AppendingLinkage would get
imported correctly from the source module if the destination module
already contained a definition for that variable and wouldn't be
2001 Nov 19
2
evaluate a variable in smb.conf
Hello
I want to use a variable in the global section of smb.conf
If the variable is %u (or %g), it concerns the current user (root at
this moment) and not the veritable user. while ?
does somebody can help me ?
thanks
------------------------------------------------------------------------------
| Beno?t Marchal | Tel : (33) 03.83.59.55.75 |
| E.N.S.E.M.
2008 Sep 10
3
writing simple function through script
Hi all,
I try to write a simple function in a script. The script is as follows
yo<-function(Xdata)
{
n<-length(Xdata[,1])
Lgm<-nls(formula=LgmFormula,
data=Xdata,
start=list(a=1500,b=0.1),weights=Xdata$Qe)
return(Lgm)
}
After the execution of the script, when I call the function yo on data
called NC60.DATA I get an error.
#yo(NC60.DATA)
Erreur dans eval(expr, envir, enclos)
2010 Dec 07
3
string
Hi,
I'm running R 2.11
Does anyone know if it possible to transform one character vector to one
character string ?
Many thanks
Benoit
--
Benoit Wastine
Laboratoire des Sciences du Climat et de l?Environnement (LSCE/IPSL)
CEA-CNRS-UVSQ
CE Saclay
Orme des merisiers
B?t 703 - Pte 13A
91191 Gif sur Yvette Cedex
France
Tel : 33 (0)1 69 08 21 97
Fax : 33 (0)1 69 08 77 16