I am having trouble installing puppetdb so I am back tracking my steps and try to find out my error. So I am to enable puppet package repositories before I install puppetdb shown in this guide. https://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#open-source-repositories
My current problem: When I typed sudo service puppetdb start
it saids "puppetdb: unrecongize service" I don't get it. I followed the guide in "install puppetdb via module" without trouble.
I use linuxmint 17:
sudo wget https://apt.puppetlabs.com/puppetlabs-release-precise.deb
sudo dpkg -i puppetlabs-release-precise.deb
sudo apt-get update
Question. Do I have to do sudo dpkg for all the .deb files listed in https://apt.puppetlabs.com/? or just the precise should suffice for puppetdb and puppetdb terminus installation.