Here is my config.ru by the way... checking to make sure it is correct...
# This file is mostly based on puppetmasterd, which is part of
# the standard puppet distribution.
require 'rack'
require 'puppet'
require 'puppet/network/http_server/rack'
# startup code stolen from bin/puppetmasterd
Pupp
Based on what Nigel said I checked my auth.conf file lo and behold it was
MIA. Don't know why but I created a new one at any rate and tried again.
Still getting errors, but they are at least different errors.
Looking in the apache2 log I find an intriguing error:
from config.ru:1
[ pid=7
I ran into the same error briefly on RHEL 6 with Puppet 2.7.9. After
downgrading to 2.7.8 master, everything works as expected. There's so
few difference when running git diff 2.7.8..2.7.9, I can't see what
could possibly cause this bug. And in the process of trying to confirm
the bug and upgrading
ahah. I'm sorry, I sent you down completely the wrong path.
405 Method Not Allowed
Method Not Allowed
The requested method PUT is not allowed for the URL /production/report/
slcupuppet.slc.sharkrivertech.com.
That error was for the report processor, not the catalog retrieval. I
apologize.
This
Just for completeness:
# type --all puppet{,d,masterd}
puppet is /usr/bin/puppet
puppetd is /usr/bin/puppetd
puppetmasterd is /usr/bin/puppetmasterd
# puppet --version
2.7.9
# puppetd --version
2.7.9
# puppetmasterd --version
2.7.9
On Wed, Jan 25, 2012 at 4:37 PM, Peter Berghold wrote:
> The
There is only one version of puppet (agent and master) on the system. This
system was installed from bare metal this morning.
On Jan 25, 2012 4:24 PM, "Nigel Kersten" wrote:
do you have multiple versions of puppet installed?
If you're in bash:
$ type --all puppet{,d,masterd}
Do you get differ
do you have multiple versions of puppet installed?
If you're in bash:
$ type --all puppet{,d,masterd}
Do you get different versions returned for:
$ puppet --version
$ puppetd --version
On newer installs you should be using "puppet agent" instead of "puppetd"
(We moved to git-style subcommands
master and agent are on the same box. they should be the same version.
On Wed, Jan 25, 2012 at 3:53 PM, Nigel Kersten wrote:
> This looks like you've got a puppet agent that is newer than the version
> of your master.
>
>
>
> On Wed, Jan 25, 2012 at 12:36 PM, Peter Berghold
> wrote:
>
>> Just
This looks like you've got a puppet agent that is newer than the version of
your master.
On Wed, Jan 25, 2012 at 12:36 PM, Peter Berghold wrote:
> Just got done installing apache2, passenger, puppet, dashboard over the
> day...
>
> Ran my first puppetd --test and got the following:
>
> # puppet