I am setting up a puppet master and want to distribute nagios core 4 and nagios-plugins to each of my agents and the master itself.
Nagios core 4 is currently not available from the Ubuntu repositories so i used fpm to create debs from the tarballs and added them to the master sources.list by following these instructions : How to make my own local repository?
However, this does not propagate the debs to the puppet agents. How can I set up a repository to allow apt-get on the agents to use the debs?