So Rob I've managed to do a successful install on a clean Ubuntu 14.04
box, you can see the full transcript from here:
https://gist.github.com/kbarber/837ff7e55e8940a7d1c8
What variations during the installation process do you think are here?
In regards to your other points yesterday:
> I figure
> I figured out the issue with the embedded database. For some reason letting
> the system default to ::cert for the “ssl_listen_address” had it binding to
> localhost instead of the actual interface it should have. Specifying
> “0.0.0.0” for that option made puppetdb work just fine when using the
I figured out the issue with the embedded database. For some reason letting the
system default to ::cert for the “ssl_listen_address” had it binding to
localhost instead of the actual interface it should have. Specifying “0.0.0.0”
for that option made puppetdb work just fine when using the embe
On 5/28/15 4:17 PM, Robert Hafner wrote:
>
> Even using the “embedded” database is apparently useless, as puppet is
> still not able to connect to puppetdb.
>
> In addition, puppetdb is very obviously not creating it’s firewall rules
> even though I haven’t disabled that feature.
>
> Does anyon
>> Even using the “embedded” database is apparently useless, as puppet is still
>> not able to connect to puppetdb.
>>
>> In addition, puppetdb is very obviously not creating it’s firewall rules
>> even though I haven’t disabled that feature.
>
> This is interesting/surprising, but it sounds like t
> Even using the “embedded” database is apparently useless, as puppet is still
> not able to connect to puppetdb.
>
> In addition, puppetdb is very obviously not creating it’s firewall rules
> even though I haven’t disabled that feature.
This is interesting/surprising, but it sounds like the main
Even using the “embedded” database is apparently useless, as puppet is still
not able to connect to puppetdb.
In addition, puppetdb is very obviously not creating it’s firewall rules even
though I haven’t disabled that feature.
Does anyone have an example of this module actually working? It’s
Using the documented "database_validation" option to disable database
validation also fails, but in a different way:
class profiles::puppetdb {
class { '::puppetdb':
database_validate => false
}
}
Results in:
> Error: Failed to apply catalog: Could not find dependent
Class[Puppet