I have just begun with puppet. I have installed the puppet server(master)6.7 on ubuntu 16.10, a linux puppet agent, and a windows agent.
After this i followed the official docs to install PuppetDB. I have connected it with my server.When I run puppet agent --test it successfully completes.and when I run sudo /opt/puppetlabs/puppet/bin/puppet resource package puppetdb ensure=latest here is an error:
error: Unable to locate package PuppetDB
How do i set it right?