I am trying to get an environment setup with the following (currently two differenet servers): * A puppet master running on ubuntu 12.04 with passenger * A puppetdb server managed via puppet using postgresql (installed locally) on ubuntu 12.04
I have installed all of this so far using the puppetlabs repository and have had some amount of success, even though the tools seem to be full of configuration bugs (the ssl config scripts do NOT work correctly, I had to manually regenerate all of the certificates, keystore & truststore manuallually). After getting all of that done, I am stuck with another error when trying to run *puppet agent -t* on the master: Error: /Stage[main]/Puppetdb::Master::Config/Service[puppetmaster]: Could not evaluate: Could not find init script or upstart conf file for 'puppetmaster' Since I'm using passenger, puppetdb should be trying to restart apache instead of puppetmaster, but I can't figure out how to tell it to use apache instead of puppetmaster, and have not been able to find anything in the documentation about how to configure this. >From what I read, this should be a fairly normal environment that is easy to setup, which has been far from the truth... -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
