Hey if you're using Ubuntu, you can start your puppet server with the following command:
sudo service puppetserver restart
You can enable your puppet server to start when you're master bosts with the following command:
sudo /opt/puppetlabs/bin/puppet resource service puppetserver ensure=running enable=true