Re: [Puppet Users] Can't connect agent to master using curl

2016-08-24 Thread Freddy Paxton
Yes I'm pretty sure I have. Would it make a difference if my hostname has 2 fullstops/periods in it? On Tuesday, August 23, 2016 at 6:17:39 PM UTC, Lowe Schmidt wrote: > > Hey, > > do you have DNS configured for your domain? > > > -- > Lowe Schmidt | +46 723 867 157 > > On 23 August 2016 at 15:49

[Puppet Users] Re: Noop metaparameter in class not working as expected

2016-08-24 Thread jcbollinger
On Monday, August 22, 2016 at 9:08:20 AM UTC-5, Julio Guevara wrote: > > Last time I bump this email :/ > Anyone has any idea? > > The docs specify that: In addition to class-specific parameters,

[Puppet Users] Announce: Puppet-agent 1.6.1 is available

2016-08-24 Thread Geoff Nichols
Puppet Agent 1.6.1 is now available. This release includes Puppet 4.6.1 (containing a critical bug fix, as well as a number of smaller fixes). Yesterday we removed Puppet 4.6.0 (and puppet-agent 1.6.0) from our repositories after users found a critical issue (PUP-6608) affecting variables defined

[Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Marc Haber
Hi, I would like to discuss how to handle systemd's new feature of predictable network interface names. This is a rather hot topic in the team I'm currently working in, and I'd like to solicit your opinions about that. On systems with more than one interface, the canonical way to handle this issu

Re: [Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Rob Nelson
Marc, We use VMware's vSphere, which still results in "random" but predictable interface names - eth0 is now eno16780032, eth1 is now eno3359296, etc. We've stuck with that because while it's somewhat painful (eth# is soo much easier to comprehend), it's far less painful to memorize that than

[Puppet Users] RE:-Configuring 1000 servers to install software packages in one go.

2016-08-24 Thread Mo Green
Hi Everyone, I am a developer new Puppet and could I please ask a few questions regarding how puppet works. In a scenario where Puppet is configured to run on approximately "1000" servers so once can for example install emacs in one go. Would the manual overhead only occur when :- a) C

Re: [Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Dan White
Very nice, Luke. Does the code that lets you custom-name your interfaces live in github or puppet-forge anywhere ? If not, would you be willing to share ?  I can bring brownies and/or beer to the collaboration :) Dan White | d_e_wh...@icloud.com

[Puppet Users] Re: How to handle predictable network interface names

2016-08-24 Thread Luke Bigum
Here we have very strict control over our hardware and what interface goes where. We keep CentOS 6's naming scheme on Dell hardware, so p2p1 is PCI slot 2, Port 1, and don't try rename it. We have a 3rd party patch manager tool (patchmanager.com), LLDP on our switches, and a Nagios check that t

[Puppet Users] generating puppet catalog throws error "Error: cannot load such file -- md5"

2016-08-24 Thread Joseph Lorenzini
Hi all, I am migrating a puppet master from centos 5 to centos 7. I performed a fresh install of puppet 3.7.4 on centos 7. on the puppet master, I copied my puppet data to /etc/puppet etc. Whenever puppet agent runs on another node though, I get this exception. Error: cannot load such file --

Re: [Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Luke Bigum
No, not really :-( It's a very "internal" module that I forked from someone's Google Summer of Code project over 5 years ago (way before voxpupuli/puppet-network). You know all those Hiera keys about vlan tags I mentioned? The defaults are in this module and are the default VLAN interfaces for

Re: [Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Dan White
It is a starting point. Many thanks for sharing what you can. Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” (Bill Waterson: C

Re: [Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Luke Bigum
Now that I think about it, I might be able to post a sanitised version of the module online with most of the internal stuff stripped out. It might prove useful for educating our own staff in the concepts, as well as other people. It's not a 5 minute job though so if/when it's done, I'll write a

[Puppet Users] Puppet Enterprise can't use fqdn

2016-08-24 Thread Freddy Paxton
Basically, my installation of Puppet ran fine once I used my IP on port 3000 for the web installation. However, when I try to add an agent using the curl script, it fails because it doesn't seem to associate the fqdn with the IP (despite me clarifying this in the /etc/hosts file). -- You recei

[Puppet Users] Regenerated new master certs after alterning DNS aliases, Puppet Server not starting

2016-08-24 Thread mike r
Getting errors on checksums with DB I had to regenerate certs for master and agent and nodes after altering DNS aliases doesnt like the checksum at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na]

Re: [Puppet Users] How to handle predictable network interface names

2016-08-24 Thread Rob Nelson
Just tell them you wanted to make sure you were satisfying the external pen testing requirements of PCI ;) On Wednesday, August 24, 2016, Luke Bigum wrote: > if I gave out the module the Security team would throttle me for > releasing what is part of a map of internal network architecture ;-) >

[Puppet Users] Re: -Configuring 1000 servers to install software packages in one go.

2016-08-24 Thread Peter Faller
You can use wildcarded node names in the manifest, if you have many hosts that require the same configuration. -- 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 p