system-config/playbooks/roles/reprepro/tasks/puppetlabs.yaml
Takashi Kajinami 25ba188137 Update gpg key of puppetlabs repository
The previous GPG key of the puppetlabs repository expired in August
2021[1]. This change updates the key to fix the content sync.

[1] https://puppet.com/blog/updated-puppet-gpg-signing-key-2020-edition/

Change-Id: I1f1c8f1595ee2cc78f85cdbb82b3d90ea3fa762a
2022-08-29 09:38:30 +09:00

19 lines
416 B
YAML

- name: Set Puppetlabs config
set_fact:
_string_name: 'APT Puppetlabs'
_dir: 'apt-puppetlabs'
_volume: 'mirror.apt-puppetlabs'
_keys:
- { key_id: '9E61EF26', file: 'puppetlabs.asc' }
- name: Deploy puppetlabs keys
include_tasks: utils/keys.yaml
- name: Copy puppetlabs config
include_tasks: utils/copy-config.yaml
- name: Install puppetlabs cron job
include_tasks: utils/cron.yaml