The provided puppet definition(s) will allow you to add a PPA repository on a host managed by Puppet, e.g. by means of a class like this: class blueyedppa { pparepo { "blueyed/ppa": apt_key => "7CC17CD2" } } I have created this to easil… More
2011-04-17