[Puppet Users] Re: Installing puppet master and puppetdb on the same host.

2013-02-11 Thread Tim Owens
I have puppetDB on my puppetmaster (CentOS 6.3), so I know you can do it. I am using Puppet3.0. You can also use dns_alt_names in your /etc/puppet/puppet.conf file. Here's what I have: [master] certname = puppet.domain.com dns_alt_names = puppet.domain.com,puppetdb.domain.com,puppet On

[Puppet Users] Foreman case sensitive to hostname?

2013-02-11 Thread Tim Owens
Hi, I'm working with Foreman 1.1RC4 on CentOS 6.3 and a PostgreSQL 9.1.7 backend. I'm noticing that our Windows agents will report with a hostname that is uppercase (which it is on the agent), which show up fine in the Foreman GUI and the PSQL DB. The puppet certname in lowercase, of course.