Displaying 20 results from an estimated 50000 matches similar to: "Help, LDAP attributes in puppet."
2011 Nov 19
2
Facter Windows: domain is "none"
I could swear this worked fine earlier.. Now facter, and hence puppet,
do not see the domain name anymore:
What could cause this?
C:\Temp>facter --version
1.6.2
C:\Temp>facter | findstr kernel
kernel => windows
kernelmajversion => 6.1
kernelrelease => 6.1.7601
kernelversion => 6.1.7601
C:\Temp>facter fqdn
NCS-VDI-05.none
C:\Temp>facter hostname
NCS-VDI-05
2013 Aug 27
3
puppet for deployment of Java apps
Hello,
Is Puppet a good choice to deploy JAVA applications (Tomcat) where there
exists a cross-system dependency (i.e. the database should be deployed
before the web app)?
If not, any suggestions for alternatives?
--
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
2013 Jan 21
3
How to watch a logfile in Puppet?
Hi!
I''m a newbie in Puppet with some Chef experience.
Now trying to convert my pet project from Chef to Puppet.
When I start a Tomcat is takes some time (several seconds).
I need to wait a line "Server startup in" in Tomcat''s log before proceeding.
Here is a way which I used in Chef:
2016 May 12
2
Suggestions for Config Management Tool
On 12/05/16 10:21, James Hogarth wrote:
> On 12 May 2016 at 08:22, G?tz Reinicke - IT Koordinator <
> goetz.reinicke at filmakademie.de> wrote:
>
>> Hi,
>>
>> we see a growing need for a better Configuration management for our
>> servers.
>>
>> Are there any known good resources for a comparison of e.g. Puppet,
>> Chef, Ansible etc?
2011 Nov 19
3
When will Puppet officially support Ruby 1.9.2+
Hello everyone,
Ruby 1.8.7 is EOS now. So, when will Puppet become Ruby 1.9.2+
compatible?
I am considering to deploy Puppet on a large hosts of servers. If Ruby
1.9.2 cannot be supported, I have to turn to Chef.
Best regards,
Tetsu
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2016 May 12
8
Suggestions for Config Management Tool
Hi,
we see a growing need for a better Configuration management for our servers.
Are there any known good resources for a comparison of e.g. Puppet,
Chef, Ansible etc?
What would you suggest and why? :)
Thanks and Regards . G?tz
2011 May 20
4
finding consultants or full time puppet experts?
We are looking to hire a full time (or possibly a consultant) in
Boston with experience in AWS and Puppet (or Chef :)
http://www.fiksu.com/company/careers/cloud-operations-manager
Any good leads on other places to look for someone like that?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2010 Aug 06
7
using puppet ssl certs for other applications
Hello,
As I''ve been building up my puppet infrastructure, I''ve started using
puppet certs for all of my services that require ssl. Usually this is
in the form of links:
file {
"/opt/syslog-ng/etc/ca.d/b2457b50.0":
require => Package["syslog-ng"],
ensure => link,
target =>
2012 Jul 18
1
Puppet modules for Ceph
[Note: This message has also been sent to ceph-devel@vger.kernel.org &
puppet-openstack@puppetlabs.com]
Hi,
I''m currently working on writing a Puppet module for Ceph.
As after some research I found no existing module, I''ll start from
scratch but I would be glad to hear from people who would already have
started working or this or having any idea or pointers regarding this
2012 Aug 25
12
How can MCollective replace "puppet kick"?
Dear readers,
I was shocked to see that "puppet kick" will be deprecated in 3.0.0
https://projects.puppetlabs.com/issues/15735
How can MCollective replace "puppet kick"?
Hugs,
Sandra
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2009 Jan 27
6
Stoking a Religious War: Why Did You Go With Puppet Over Other Options?
Hi, Gang..
The Subject: line says it all. My organisation is looking at
selecting a configuration management
system. Any comments about why you chose Puppet over other options
would be very helpful to us.
Cheers,
Tomcat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this
2013 Feb 11
1
How to take a (VMWare) Virtual Machine's Snapshot using Puppet
Hi,
Here is the scenario:
I am on an ubuntu 12.04 host, and want to be able to run a puppet script on
another ubuntu 12.04 and Centos 6.3 host, which are VMWare VM''s and be able
to:
1. Start / Stop The VM
2. Take a snap Shot
3. delete the VM
4. make a FRESH copy of a BASELINE VM, and start it up
I only have ssh capability to the remote machines, but i can also run the
ssh command
2007 May 14
1
Issue with ralsh and Puppet installed as gem
Hi,
I finally found why ralsh was failing on my systems; Puppet was
installed as a gem and ralsh couldn''t find it. I added the preamble from
puppetd and it seems to work fine now:
---8<--- snip ---8<---
65c65,75
< require ''puppet''
---
>
> require ''rubygems''
> version = "> 0"
> if ARGV.size > 0 &&
2013 Oct 25
4
Puppet and Windows ACLs (Access Control Lists)
tl;dr: Windows manages permissions in a way that doesn''t always translate
well to mode. We''re putting together a solution for this. Jump in the
discussion.
I wanted to get this conversation started. We''ve put a lot of thought into
how the model should look and focused on ease of use up to more advanced
scenarios.
However I don''t feel that what we have is
2010 Nov 30
2
puppet 2.6.3 (kick.rb) error after install
Hello, I''ve just installed Ruby, Facter and Puppet from source
(versions listed below) and am getting the following error, when
trying to run Puppet 2.6.3:
[root@localhost puppet]# ruby --version
ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux]
[root@localhost puppet]# ruby -ropenssl -e "puts :installed"
installed
[root@localhost puppet]# ruby -rxmlrpc/client -e "puts
2010 Nov 18
1
driver type for .vdi images?
Hello libvirt experts,
I use libvirt (0.7.5-5ubuntu27.7) with KVM / qemu (0.12.3+noroms-0ubuntu9.2).
Some machines use raw images but same use Virtualbox images (.vdi).
Since last Ubuntu 10.04 LTS update I can not start the vdi-images.
The "driver name= type=" option was new.
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file'
2011 Dec 15
6
Puppet with Ruby1.9 issue
Hi,
I have a running puppetmaster with nginx and passenger and ruby 1.9.2.
When i do puppet cert --trace --list . i get the following error.
/usr/lib64/ruby/gems/1.9.1/gems/puppet-2.7.9/lib/puppet/application/
cert.rb:43:in `block (2 levels) in <class:Cert>''
/usr/lib64/ruby/gems/1.9.1/gems/puppet-2.7.9/lib/puppet/application.rb:
357:in `block (2 levels) in parse_options''
2011 Feb 09
2
puppet kick and "Could not set 'file on ensure: Is a directory - /var/lib/puppet/facts"
Hello puppet world,
I''m sure this is probably an easy fix, but I cannot seem to resolve this
issue. The puppetmaster starts correctly and so does the puppet agent,
which receives the update correctly if I restart the puppet agent
service manually or during the timed updates; however, if I perform an
"puppet kick", it just fails with the following error:
Triggering
2012 Apr 04
7
Driver domains communication protocol proposal
During some discussions and handwaving, including discussions with
some experts on the Xenserver/XCP storage architecture, we came up
with what we think might be a plausible proposal for an architecture
for communication between toolstack and driver domain, for storage at
least.
I offered to write it up. The abstract proposal is as I understand
the consensus from our conversation. The concrete
2010 Mar 13
5
inheriting ssh_authorized_key
Hello,
I''m trying to reuse an ssh_authorized_key, but I''m having some problems.
There was a recent thread about using the same key for different users, but
I didn''t see any resolution there. My issue is a bit different. I''m
currently using this key:
class ssh_keys::all {
class bob {
ssh_authorized_key {"bob":
name =>