[Puppet Users] Migration problem to Puppetserver V5

2017-10-09 Thread markus . kramer
ns include 1.x Versions of puppetserver. Thanks, Markus Kramer -- 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 puppet-users+unsubscr...@googlegroups.co

[Puppet Users] puppet-common from Puppetlabs APT repository broken on Ubuntu wily

2015-11-05 Thread Markus Birth
I can't install Puppet from the official Puppetlabs repository (apt.puppetlabs.com) because puppet-common requires libaugeas-ruby. And libaugeas-ruby isn't available on Ubuntu wily anymore. The package is now called ruby-augeas. Also see:

[Puppet Users] Multiple puppet agents with the same name

2014-10-07 Thread Markus Bischof
for puppet if all the machines have the same name? Markus -- 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 puppet-users+unsubscr...@googlegroups.com. To view

Re: [Puppet Users] using puppet device

2013-12-12 Thread Markus Burger
types but not for the traditional use case. Thanks, Markus -- 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 puppet-users+unsubscr...@googlegroups.com. To view

[Puppet Users] Puppet + Mcollective + Hubot + Jenkins

2013-08-05 Thread Markus R.
the services. Currently I design a setup of new infrastructure with the services mention above. Thanks in advance. Regards, Markus Rekkenbeil -- 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

[Puppet Users] Same package name for gem and deb

2013-07-12 Thread Markus Shorty Uckelmann
Hi all, I want to do the following: package { 'zookeeper-deb': ensure = 'installed', name = 'zookeeper', } package { 'zookeeper-gem': ensure = 'installed', name = 'zookeeper', provider = 'gem', } This just fails with Cannot alias Package[zookeeper-gem] to

[Puppet Users] Cisco Networkdevice Module

2013-07-12 Thread Markus Burger
We just released an internally developed puppet-networkdevice module in the hope that some other folks might be interested in it :). It's currently still in an early stage but should be pretty usable for the basic usecases. - https://github.com/uniak/puppet-networkdevice ## Overview The

Re: [Puppet Users] Re: Execution order of classes

2013-05-27 Thread Markus Shorty Uckelmann
Am 24.05.2013 16:20, schrieb jcbollinger: Whenever I run this code on a client, the directories class gets executed first As judged how? Running puppet apply --test in a Client, destroying the client(it's a Vagrant instance) and doing it again... ;) All of the methods you tried for

[Puppet Users] Execution order of classes

2013-05-24 Thread Markus Shorty Uckelmann
Hi all, I'm stuck in the hell of class dependencies and hope that someone here can help me. Puppet-Version is 2.7.21 It's the Debian Squeeze package from the Puppetlabs Repo. I want one class to manage everything database related. So I call it in site.pp like this: node client1 { class {

[Puppet Users] Execution order of classes

2013-05-24 Thread Markus Uckelmann
a specific user which is setup in the packages class. BTW: I also tried to put the code from line 7 inside the sub-classes. Thanks for any help. Cheers, Markus signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Execution order of classes

2013-05-24 Thread Markus Shorty Uckelmann
Am 24.05.2013 11:35, schrieb Markus Uckelmann: Hi all, Sorry for the double post. -- 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 puppet-users+unsubscr

Re: [Puppet Users] Re: razor hang

2012-11-18 Thread Markus Falb
On 11.10.2012 18:02, Daniel Pittman wrote: On Thursday, October 11, 2012 5:34:47 AM UTC-7, Markus Falb wrote: I tried a virtualbox guest instead on my laptop with similar experience. It downloaded the kernel but hangs at the initrd. Hrm. That seems to point fairly squarely to some oddity

Re: [Puppet Users] Re: razor hang

2012-10-11 Thread Markus Falb
On 9.10.2012 18:39, Daniel Pittman wrote: On Monday, October 8, 2012 9:30:37 AM UTC-7, Markus Falb wrote: I was playing with razor today. But I am not going far. ipxe is downloading the microkernel but stays at 98% On the server side I see /opt/razor/Razor/bin/razor -w boot default

[Puppet Users] razor hang

2012-10-08 Thread Markus Falb
only don't know how to tell? Maybe I am missing something. I installed the server side (32bit) the non puppet way, I added a microkernel, I configured dhcp and tftp. The only razor thing I did was an razor image add -t mk -p ... Not sure what to do next. -- Kind Regards, Markus Falb

[Puppet Users] manifest variable with sed - problem

2012-07-25 Thread Markus Rekkenbeil
regards, Markus Rekkenbeil -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/5WXIuAeLgmkJ. To post to this group, send email to puppet-users@googlegroups.com

Re: [Puppet Users] Windows architecture fact

2012-06-05 Thread Markus Falb
consistent across operatingsystems. On a 64 bit amd cpu with linux I get $ facter hardwaremodel architecture architecture = x86_64 hardwaremodel = x86_64 -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] RSpec test to verify variable/parameter declaration

2012-06-04 Thread Markus Falb
Regards, Markus Falb signature.asc Description: OpenPGP digital signature

[Puppet Users] rspec spec_helper

2012-06-03 Thread Markus Falb
://github.com/puppetlabs/puppetlabs-module_spec_helper But I am at a lost how to use it. Is it supposed to provide a centralized spec_helper? How to use it? -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

[Puppet Users] rspec first steps troubles

2012-05-25 Thread Markus Falb
(2.10.1) rspec-expectations (2.10.0) rspec-mocks (2.10.1) rspec-puppet (0.1.3) This is on OS-X -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: rspec first steps troubles

2012-05-25 Thread Markus Falb
On 25.5.2012 14:51, Atha Kouroussis wrote: Hi Markus, you are missing an opening statement. Try: require 'spec_helper' describe 'class::name', :type = :class do describe 'irqbalance' do it { should include_class('irqbalance') } it { should include_class('irqbalance::data') } it { should

[Puppet Users] Custom type, autoinclude

2012-05-20 Thread Markus Falb
Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: service, --tags, hasstatus

2012-05-14 Thread Markus Falb
On 14.5.2012 14:53, jcbollinger wrote: On May 12, 11:09 am, Markus Falb markus.f...@fasel.at wrote: I have a class irqbalance with a service defined and it does not work as expected and thats why I am asking for advice. service { 'irqbalance': ensure = running, enable = true

Re: [Puppet Users] Re: service, --tags, hasstatus

2012-05-14 Thread Markus Falb
On 14.5.2012 19:48, jcbollinger wrote: On May 14, 12:07 pm, Markus Falb markus.f...@fasel.at wrote: and now I am thinking about setting a default Service { hasstatus = true } so I do not have to specify it for every service. That's entirely reasonable if your initscripts

[Puppet Users] service, --tags, hasstatus

2012-05-12 Thread Markus Falb
* start the service (expected) -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: Hiera Puppet backend - search order question

2012-04-13 Thread Markus Falb
or if foo::data exists. That would mean that I cannot use hiera for defines. But how am I supposed to get at my data then? -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] local vs global variables

2012-04-02 Thread Markus Falb
--no-daemonize --debug -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: How to handle multiple definitions of the same package in multiple included modules?

2012-03-19 Thread Markus Falb
? What advantages one gains? What does need more resources, performance-wise? -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] The Trifecta: correct?

2012-03-16 Thread Markus Falb
for me not so long ago. hmm. -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Different versions for server and agents

2012-03-16 Thread Markus Falb
with with 2.6.14 master (agents unchanged)? -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] hiera on puppet 2.6.12

2012-03-14 Thread Markus Falb
Is there a step that I'm missing? Yes. Copy the puppet function to puppets libdir. It is mentioned in the README https://github.com/puppetlabs/hiera-puppet -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] CentOS upgrade with puppet?

2012-03-12 Thread Markus Falb
and put them in manifests like: package: ensure=latest, I am evaluating puppet, and currently I have problem with upgrading from CentOS 5.x-5.x+1. -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: Puppet Master VMs

2012-03-01 Thread Markus Falb
(but consistent) amount of time before # a run. # splay = false ... -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Private key troubles after a new install and a reboot

2012-02-29 Thread Markus Falb
for that machine. Before you reinstall you have to clean the existing cert on the master. -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Puppet on RedHat - Manage Kernel Modules ?

2012-02-25 Thread Markus Falb
. Because RHEL tries to preserve the Kernel ABI it should be possible to build modules kernel version agnostic. http://wiki.centos.org/HowTos/BuildingKernelModules?highlight=%28kmod%29 http://wiki.centos.org/HowTos/Custom_Kernel -- Kind Regards, Markus Falb signature.asc Description: OpenPGP

Re: [Puppet Users] Multiple runs needed to update configs?

2012-02-25 Thread Markus Falb
changed on disk. # The default value is '15'. # filetimeout = 15 ... -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] hiera for defines?

2012-02-24 Thread Markus Falb
On 23.2.2012 15:52, Nigel Kersten wrote: On Thu, Feb 23, 2012 at 5:21 AM, Markus Falb markus.f...@fasel.at mailto:markus.f...@fasel.at wrote: And Question 3, finally: Does it make sense to you what I am trying to do, actually? It feels significantly simpler for you to use

[Puppet Users] hiera for defines?

2012-02-23 Thread Markus Falb
it make sense to you what I am trying to do, actually? -- Kind Regards, Markus signature.asc Description: OpenPGP digital signature

[Puppet Users] hiera-puppet in template

2012-01-10 Thread Markus Falb
? -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] apache vhosts include files

2011-06-23 Thread Markus Falb
. As another alternative, one could handle the include at apache level. Make the location_file_inc a separate file and include it from your vhost config. -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

[Puppet Users] Re: PuppetCA not signing Certificate-Requests

2011-06-22 Thread markus
Hey Denmat, I'm already using Passenger with Apache. Problem is still there. Markus On 20 Jun., 23:00, Denmat tu2bg...@gmail.com wrote: Hi, If you are using the standard webrick server that comes puppetmasterd then you will find it doesn't scale very well. Check out the scaling puppet

[Puppet Users] Re: PuppetCA not signing Certificate-Requests

2011-06-22 Thread markus
Puppet doesn't even recognise the CSR that was sended. Is there a known threading problem with puppetca? Or a problem, that it can not handle several requests per seconds to add and sign CSRs? On 22 Jun., 12:10, markus markus.fenste...@googlemail.com wrote: Hey Denmat, I'm already using

[Puppet Users] Re: Puppet Caching Problem

2011-06-22 Thread markus
Upgrading to 2.6.8 and applying the patch worked for me! Thank you! On 20 Jun., 19:13, Daniel Pittman dan...@puppetlabs.com wrote: On Mon, Jun 20, 2011 at 05:11, markus markus.fenste...@googlemail.com wrote: I've got a MCollective Setup (1.2.0) with Puppet (2.6.4), an provision agent

[Puppet Users] Puppet Caching Problem

2011-06-20 Thread markus
. The only thing I can see in the log messages of a node is Caching Catalog for ..., but I disabled caching on the puppetmaster (ignorecache=true, usecacheonfailure=false, use_cached_catalog=false) as well as on the node. Is there anything I'm doing wrong here? Markus -- You received this message

[Puppet Users] Re: PuppetCA not signing Certificate-Requests

2011-06-20 Thread markus
I'm not sure whether it is a problem with the Provisioner I use. I added a little sleep time between requesting the node to send its CSR to the Server and the signing of this certificate on all nodes. Until now it works perfectly. On 18 Jun., 18:58, markus markus.fenste...@googlemail.com wrote

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-18 Thread Markus Falb
the actual command exec { uniqe title maybe with $title in it: command = wget..., ... } -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

[Puppet Users] PuppetCA not signing Certificate-Requests

2011-06-18 Thread markus
/production/ certificate/a.b.c.d HTTP/1.1 404 2298 - - puppet:443 a.b.c.d - - [18/Jun/2011:18:11:48 +0200] GET /production/ certificate/a.b.c.d HTTP/1.1 404 2298 - - puppet:443 a.b.c.d - - [18/Jun/2011:18:11:48 +0200] GET /production/ certificate/a.b.c.d HTTP/1.1 404 2298 - - Regards Markus -- You received

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-06-12 Thread Markus Falb
= '', All fragments had an trailing newline. Here is a simple patch which fixes this. With this you can do a single line out of multiple fragments. https://github.com/mafalb/pupmod-concat/tree/t_empty_file_delimiter I also sent a pull request to onyxpoint -- Kind Regards, Markus Falb

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-06-12 Thread Markus Falb
that your module does not work. All autorequire stuff does not work. It seems like things like if catalog.resources.find_all { ... }.empty? is always true. I have no clue why. 2.6.8 (both master and client) is working fine, Thank you for that. -- Kind Regards, Markus Falb signature.asc Description

Re: [Puppet Users] How can I test if source file exists?

2011-06-10 Thread Markus Falb
, puppet://modules/users/default.bashrc, ], } normal_user { joe: fullname = Joe Hillenbrand, groups = [admin] } -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

[Puppet Users] extlookup error

2011-06-08 Thread Markus Falb
? -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] extlookup error

2011-06-08 Thread Markus Falb
or how to find out what is wrong ? -- Kind Regards, Markus Falb -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: How to check if a package exists

2011-05-01 Thread Markus Falb
will create a link like foo.so.1 - foo.so.1.1.1 and foo.so.1.1 - foo.so.1.1.1 but *not* foo.so - foo.so.1.1.1, as far as I understand. It should be created manually, I suppose. Cheers!! foo.so is normally provided by the foo-devel package. Why do you need foo.so ? -- Kind Regards, Markus Falb

Re: [Puppet Users] Re: is there a definition of the abstract service type

2011-04-20 Thread Markus Falb
. -- Kind Regards, Markus Falb signature.asc Description: OpenPGP digital signature

[Puppet Users] specific rails version ?

2011-01-07 Thread Markus Falb
/passenger to use version 2.3.5 ? -- Best Regards, Markus signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] DEPRECATION WARNING

2010-11-21 Thread Markus Falb
) Downgrade rails to 2.3.5 https://bugzilla.redhat.com/show_bug.cgi?id=616519 -- Best Regards, Markus Falb signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Default ownership for static files

2010-11-11 Thread Markus Falb
are owned by the puppet user, and if I don't specify a use/group on a file, they end up being owned by puppet on the target. Yes, but only if the user puppet has the same uid/gid on both puppetmaster and target and thats not a safe assumption. -- Best Regards, Markus Falb signature.asc

Re: [Puppet Users] Default ownership for static files

2010-11-11 Thread Markus Falb
On 11.11.10 10:44, Markus Falb wrote: On 10.11.10 22:02, Douglas Garstang wrote: When no owner or group is specified for the file, the default owner and group on the target system seems to default to the same as the owner and group on the puppetmaster, if that user exists on the target

Re: [Puppet Users] Default ownership for static files

2010-11-09 Thread Markus Falb
On 08.11.10 20:01, Patrick wrote: On Nov 8, 2010, at 9:36 AM, Markus Falb wrote: ... I try in other words: A file on puppetmaster belongs to user x with uid y and it is created on the client with uid y whatever user this translates to. Is this intended ? I'm pretty sure

Re: [Puppet Users] Default ownership for static files

2010-11-08 Thread Markus Falb
On 08.11.10 17:03, R.I.Pienaar wrote: - Markus Falb markus.f...@fasel.at wrote: Hi, I try to serve a file file { /root/test3.txt: ensure = file, source = puppet:///yum/test.txt, } On the puppetmaster this files look like this #$ ls -n test.txt -rw-r--r-- 1

[Puppet Users] Re: Using stages in puppet

2010-09-02 Thread Markus
) but only a few of us ever even think about them. Does that help? -- Markus -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet

[Puppet Users] selboolean with selinux disabled

2010-07-01 Thread Markus Falb
that selboolean does not support refreshing. exec { selinuxenabled: command = /bin/true, onlyif = /usr/sbin/selinuxenabled, } selboolean { httpd_can_network_connect: value = on, subscribe = Exec[selinuxenabled], } - -- best regards, markus -BEGIN PGP SIGNATURE

[Puppet Users] appdmg and pkgdmg source

2010-06-13 Thread Markus Falb
then ? - -- best regards, markus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwUzHwACgkQYoWFBIJE9eXR7gCfUKt+DJXw0MKruhLUgUW4xsgm nAAAn2n6DMDQAjY4Nl+K5IvcVIgS1POj =rWLq -END PGP SIGNATURE- -- You

Re: [Puppet Users] How do I use a desktop client as puppet master?

2010-01-27 Thread Markus Falb
by clients but pushed by Server that way. Daemon on client has not to be run, saving Resources. I do not that very big puppet Installation though. - -- best regards, markus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org