Using this puppet-module for apt, how can i import this key:
https://www.dotdeb.org/dotdeb.gpg
What i want to achieve is a puppet-related solution for both shell commands:
wget https://www.dotdeb.org/dotdeb.gpg
apt-key add dotdeb.gpg
The documentation of this puppet-modul isn't clear about this. How to do this?