[Puppet Users] Re: Packages for Ubuntu 13.04 (raring)

2013-06-13 Thread Vlad
Any news about the packages for Raring? On Monday, June 10, 2013 10:24:25 AM UTC-5, Andreas Ntaflos wrote: > > It seems there are no packages available for Ubuntu 13.04. There is a > puppetlabs-release package for raring, but except for that the directory > http://apt.puppetlabs.com/pool/raring/

[Puppet Users] Re: Could not request certificate: Error 405 on SERVER

2013-06-13 Thread Don Harden
Hello, I followed the instructions on puppetlabs to install puppet 3.2.1 and Passenger on RedHat 6.4 x86_64. http://docs.puppetlabs.com/guides/installation.html http://docs.puppetlabs.com/guides/passenger.html I also installed puppet 3.2.1 on a RedHat 5.6 as the client. I finally got puppet a

[Puppet Users] Agent revoked and reinstalled, now can't get server to see its new cert

2013-06-13 Thread Josiah Ritchie
I have a Ubuntu agent that I did all sorts of things to including revoking the cert. It was a master for awhile and I played with foreman on it. I then went through and apt-get purged all puppet related packages and cleaned out anything left in the file system that had the name "puppet" in it i

Re: [Puppet Users] Introducing Pysa - Reverse your servers’ configurations!

2013-06-13 Thread Mohit Chawla
Hello, Link ? :) Also, is it similar to https://github.com/devstructure/blueprint? On Thu, Jun 13, 2013 at 6:12 PM, Thibault Bronchain < thibault.bronch...@gmail.com> wrote: > Greetings all, > > I’m leaving this message about the development of a new configuration > reverse engineering tool: Pys

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Reginald Choudari
IdentifyingNumber : {FC835376-FF3B-4CAA-83E0-2148B3FB7C98} Name : SQL Server 2008 R2 SP2 Common Files Vendor: Microsoft Corporation Version : 10.52.4000.0 Caption : SQL Server 2008 R2 SP2 Common Files On Thursday, June 13, 2013 11:51:51 AM UTC-4, Kevin

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Kevin D
I don't think that I understand. Can you please provide the output? -- 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. T

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Reginald Choudari
Kevin, My apologies, I failed to mention that the record for the installer was outputted from the powershell command. Thanks, Reginald On Thursday, June 13, 2013 10:58:52 AM UTC-4, Kevin D wrote: > > Can you also provide the output from this powershell command: > > Get-WmiObject -class win32_pr

[Puppet Users] Error: Could not retrieve catalog from remote server: Error 400 on SERVER: A JSON text must at least contain two octets! at /etc/puppet/manifests/site.pp:4 on node irnode

2013-06-13 Thread KC1987
Hi everyone. I am receiving an error on this line: hiera_include('classes') According to documentation here: http://docs.puppetlabs.com/hiera/1/puppet.html#hiera-lookup-functions it seems to the standard way to call hiera_include. Has anyone run into this issue? It only happens after a singl

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Kevin D
Can you also provide the output from this powershell command: Get-WmiObject -class win32_product | Where-Object {$_.name.contains("SQL Server 2008")} If a record for the installer isn't in the registry location "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" or the WMI

[Puppet Users] Re: Could not find default node or by name

2013-06-13 Thread espeake97
I am having the same issue. The node it says it can't find is my puppet master. when I apply the manifests on my puppet master it says cannot find the name of my puppet master. Really weird. Eric On Thursday, November 4, 2010 7:57:11 AM UTC-5, theirpuppet wrote: > > On Nov 4, 12:03 pm, Felix

[Puppet Users] Re: White Paper: Migrating from Redhat satellite server to Puppet + Foreman

2013-06-13 Thread Chuck
You could also look at the Satellite 6 upsteam project Katello. http://www.katello.org/ -- 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] defined() implicitly requiring resource reference

2013-06-13 Thread jcbollinger
On Wednesday, June 12, 2013 9:15:22 AM UTC-5, Tom Lanyon wrote: > > On 05/06/2013, at 11:51 PM, jcbollinger [...] wrote: > > I don't much like that general approach in the first place on account of > the $requested_package parameter. That you encounter difficulty when you > try something a bi

[Puppet Users] puppet: 3.1.1 -> 3.2.1 load increase

2013-06-13 Thread christian . le . flamm
Hi, I recently updated from puppet 3.1.1 to 3.2.1 and noticed quite a bit of increased load on the puppetmaster machine. I'm using the Apache/passenger/rack way of puppetmastering. Main symptom is: higher load on puppetmaster machine (8 cores): - 3.1.1: around 4 - 3.2.1: around 9-10

Re: [Puppet Users] Can't find source of "Removing mount" errors

2013-06-13 Thread jcbollinger
On Thursday, June 13, 2013 1:34:32 AM UTC-5, denmat wrote: > > Hi, > > You sure that a grep for 'mount' through your manifest finds nothing? > > Yes, that's what I was about to recommend. And it is necessary to check all manifest locations -- the 'manifests' subdirectory of every directory i

[Puppet Users] How to apply puppet manifests toa remote host?

2013-06-13 Thread Sirisha
Hi All, Am new to puppet and started writing simple manifest files. I have setup Server/Client mode for puppet and when I try to apply my manifest to local machine using "puppet agent" everything works well. Is there any option to apply the manifests to a remote machine without ssh into the m

[Puppet Users] Re: White Paper: Migrating from Redhat satellite server to Puppet + Foreman

2013-06-13 Thread Stephen Benjamin
Hi, Interesting paper. For full disclosure, I do work for Red Hat, so you know, I could be biased :) I agree about Puppet being miles ahead for configuration. For customers who can, I think they should rely on Puppet instead of Satellite for configuration, unless they have simple needs. Bu

[Puppet Users] puppet agent errors for non included module.

2013-06-13 Thread Jeremiah Jester
Does anyone know why i would get a module error for my 'base' module that I'm not even including for a node? I'm explicitly NOT include the 'base', yet puppet-client-t2 still errors when i pull it in. Snips from both are below. Any ideas why this would happen? Thanks, JJ site.pp file [

[Puppet Users] master on multiple bindaddresses?

2013-06-13 Thread Jonathan Reed
I'm trying to start puppetmaster on both of my tun interfaces 10.10.10.6 and 10.10.11.6. What is the syntax to support that when I want to avoid having it listen on 0.0.0.0? I tried bindaddress=10.10.10.6, 10.10.11.6. no worky. Thanks. -- You received this message because you are subscribed t

[Puppet Users] Introducing Pysa - Reverse your servers’ configurations!

2013-06-13 Thread Thibault Bronchain
Greetings all, I’m leaving this message about the development of a new configuration reverse engineering tool: Pysa. Pysa aims to help anyone who wants to replicate an existing configuration and not simply clone the entire machine. It can be use to migrate configurations from one computer to anot

Re: [Puppet Users] Re: White Paper: Migrating from Redhat satellite server to Puppet + Foreman

2013-06-13 Thread Keiran Sweet
Hi There, At the moment we don't, but it is something we need to look at. Part of the challenge with this particular environment was that every system was literally different in configuration and installed package versions. What I opted to do was pick a modern baseline OS to bring the whole fleet

[Puppet Users] Re: Manage users with Winbind (Samba) installed

2013-06-13 Thread Paul Tötterman
Hi, How can I fix it? I need to tell Puppet to remove only users with ID from > 1000 to 299 (because from 300 starts winbind mapping) and not to > try to remove winbind users > Have you considered writing a suitable user provider? Cheers, Paul -- You received this message because yo

Re: [Puppet Users] certificate problem [solved]

2013-06-13 Thread Werner Flamme
Werner Flamme [12.06.2013 18:47]: > Thank you, Erick, > > the names were correct, I use certname entries in my config. > > The problem was resolved by deleting the node certificate (mv > /var/lib/puppet/ssl /var/lib/puppet/ssl.original) and recreating it by > "puppet agent -t". > > I found the s