I'm probably trying to solve a problem that I don't really need to
solve, but I'm hard-headed enough that I'm going ahead anyway...
I am using foo::params to centralize things like file paths, package
names, etc. that vary by $::osfamily, but I am running into
difficulties where the actual paramet
Hi John,
We have puppet running on Xenserver. Please note that Citrix can start
complaining about 'unsupported custom modifications' to the host in
case you have a technical support contract.
ruby -v
ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-linux]
I have these packages installed on XenServer
Apologies to all, I was missing a default .yaml file that specified
the classes for hiera to load, fixed.
On May 31, 2:38 pm, Gmoney wrote:
> I'm trying to install Hiera on a Red Hat 6 server running puppet
> 2.7.14
>
> I've installed the following gems on my 2.7.14 RH6 server:
>
> puppet resourc
I've only ever installed a handful of 3rd-party tools on XenServer,
but it was usually a matter of finding EL5-compatible rpms from an
external repo and installing those.
Tim
On 2012-05-31, at 1:59 PM, "John Guthrie" wrote:
> Has anyone had any luck installing puppet on Citrix Xenserver? It ap
I am curious if the PuppetDB provides some optimization of the
very-high-utilization of DB with Dashboard. I deployed Dashboard last year
with ~500 nodes and used up 50-60GB of disk space just keeping 30 days of
changes around. Do the optimizations that PuppetDB provides lower that
utilizatio
Sounds like you changed nsswitch.conf but haven't restarted puppet daemon. So
puppet has no idea how to see those users. VFAQ ;-)
On May 29, 2012, at 2:06 AM, pattryn wrote:
> I have this problem I can't figure out. I have a very simple define to deploy
> SSH keys to certain LDAP users:
>
>
On May 24, 2012, at 3:48 AM, David Schmitt wrote:
>> I have been using Phusion Passenger repo in production since a few
>> months and so far no complains.
>> URL: http://passenger.stealthymonkeys.com/rhel/6/$basearch
>
> Except that - as far as i understood it - those packages require a
> compile
Hi David,
Indeed, I've been generating my certs by running puppetmasterd as root
before running apache, as per all the install guides I've read. Which user
should I use? The puppet user created by yum has a shell of /sbin/nologin :\
One thing I don't understand is this error message:
You don't
I'm trying to install Hiera on a Red Hat 6 server running puppet
2.7.14
I've installed the following gems on my 2.7.14 RH6 server:
puppet resource package | grep hiera
package { 'hiera':
package { 'hiera-puppet':
But still recieve this error on the client
err: Could not retrieve catalog from re
Has anyone had any luck installing puppet on Citrix Xenserver? It
appears that there is no ruby package for the OS itself, and we ran into
dependency issues when we tried to compile our own ruby.
Thanks.
John Guthrie
jguth...@book.com
This electronic mail message contains information that (a
On 31/05/12 18:34, Matthew Burgess wrote:
> On Thu, May 31, 2012 at 4:31 PM, Brice Figureau
> wrote:
>
>> That's perfect!
>>
>> Apparently the client_version fact is not correct (it contains an
>> array).
>> One thing you might want to do, is to modify manually the
>> master.domain.com.yaml file
On Thu, May 31, 2012 at 4:31 PM, Brice Figureau
wrote:
> That's perfect!
>
> Apparently the client_version fact is not correct (it contains an
> array).
> One thing you might want to do, is to modify manually the
> master.domain.com.yaml file to remove the "clientversion" fact
> altogether to see
Hi all.
i am trying to define some types and providers and was wondering if
someone could explain the process of which provider is chosen to
implement the type.
say i have a type for web application and two providers - tomcat and
jetty.
i would like to choose which application to use according to a
There are two identities in Puppet that relate to the security model. The first
identity is the certname and the second is the node name.
Puppet uses the certname to construct the certificate.
Everything else (catalogs, facts, reports, etc...) is identified by the node
name.
By default the val
On 12-05-31 09:52 AM, mac01 wrote:
Hi,
How can I transform group in sudoers file where users are added as
"%admin ALL=(ALL) ALL" with individual user name which should fetch
username from my database ?
In the template that generates your sudoers file you could call a custom
function (th
On Thu, 2012-05-31 at 15:57 +0100, Matthew Burgess wrote:
> On Thu, May 31, 2012 at 2:09 PM, Brice Figureau
> wrote:
>
> > Can you run your master on the console (add --no-daemonize to the
> > command-line)?
> >
> > Because due to how Puppet reports errors during compilation, the full
> > stacktr
Hi,
How can I transform group in sudoers file where users are added as "%admin
ALL=(ALL) ALL" with individual user name which should fetch username from
my database ?
Thanks
mac
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this
On May 30, 5:52 pm, Papp Tamas wrote:
> So I still miss something, but I don't see what or where or any clue.
I suspect you have a problem either with paths or with permissions.
Supposing you have not configured custom directories, your setup
should look like this:
L puppet.conf
L manifes
On Thu, 2012-05-31 at 10:38 +0100, Matthew Burgess wrote:
> On Wed, May 30, 2012 at 6:58 PM, Brice Figureau
> wrote:
>
> > Probably that the stacktrace you'll get with --trace will be enough for
> > the moment. Also if you can cat the facts file (feel free to obfuscate
> > the private data you mi
On May 31, 2:25 am, Jeeva wrote:
> Kindly help..
What is different now than when you posed the same question two weeks
ago? (http://groups.google.com/group/puppet-users/browse_thread/
thread/fa2bf3434535b2d8/289872bc85fe3997) You received responses
then, but you did not follow up. We cannot
Hello,
I'm currently integrating puppet with an external openssl based PKI and
I stumbled across a problem which looks like it may be a bug in puppet.
All my certificates contain an emailAddress field in the subject. Here
it is in the default format:
% openssl x509 -in mir.example.net.pem -noo
What does rpm -qa | grep java give you?
If you installed Java from a tar source, then it wouldn't update your
RPM database and actually meet the RPM requirements.
Your alternatives are to download a version of Java in RPM form that
meets your requirements, roll your own stub RPM, or use --nodeps
Why don't you try using PuppetDB for stored configs instead? Its
asynchronous, uses activemq behind the scenes and supports postgres.
https://github.com/puppetlabs/puppetdb
On Thu, May 31, 2012 at 10:32 AM, Svein wrote:
> How can I set up both Storeconfig and mcollective using activemq for both?
On 5/30/12 11:07 PM, R. Tyler Croy wrote:
> I think this is the best idea here, a "This Week in Puppet Jobs" would be a
> good email, low noise, high signal :)
Oh yes, I like this suggestion too!
My +1
--
Alexander Fortin
http://about.me/alexanderfortin/
--
You received this message because y
- Original Message -
> From: "Luke Bigum"
> To: puppet-users@googlegroups.com
> Sent: Thursday, May 31, 2012 11:44:41 AM
> Subject: [Puppet Users] repeat a character in a string a certain number of
> times
>
> Hi all,
>
> This should be pretty easy to do but I can't figure it out in P
Hi all,
This should be pretty easy to do but I can't figure it out in Puppet DSL
or ERB. I basically want to repeat a certain character X number of
times, like this:
$string = regsubst("x", "x", "y{30}", "EG")
To replace one 'x' with 30 y's.
Any tips?
--
Luke Bigum
Information Systems
Ph:
Having been a job poster I got to say +1.
but +1+1 to RIP's idea 2.
On 31/05/2012, at 10:47, Gonzalo Servat wrote:
> On Thu, May 31, 2012 at 7:13 AM, R.I.Pienaar wrote:
>
> job postings from community members looking for themselves/their employers
> with clear direct to employer contact infor
How can I set up both Storeconfig and mcollective using activemq for both?
mcollective should use username and password, but it seems to me that
storeconfig don't have an option to use user:pw.
I'm saving the config in an postgres db.
--
You received this message because you are subscribed to t
It seems that it works if "nscd" is running. It'll do me for now...
On Tuesday, 29 May 2012 10:06:24 UTC+1, pattryn wrote:
> Hi all,
>
> I have this problem I can't figure out. I have a very simple define to
> deploy SSH keys to certain LDAP users:
>
> define sshkeys::install () {
>fil
On 30.05.2012 19:17, Michael Altfield wrote:
==> /var/log/httpd/error_log <==
[Wed May 30 12:46:21 2012] [error] [client 10.230.100.155]
(13)Permission denied: access to /production/certificate/ca denied
As far as I can tell, you passenger runs under a different user as
Hi,
I was trying to instal puppet-enterprise-2.5.1-el-5-x86_64 in RHEL-
5.3
machine. But got below error.
## Installing packages from files...
error: Failed dependencies:
java >= 1.5.0 is needed by pe-
tanukiwrapper-3.5.9-5.pe.el5.x86_64
===
31 matches
Mail list logo