reprepro: fix apt-puppetlabs volume name

This was missing the leading "apt-"

Change-Id: I61c9823972cf4333232a606c37f2349b0c6c7831
This commit is contained in:
Ian Wienand 2020-10-29 14:09:42 +11:00
parent b22abc02ff
commit 166b009613
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set_fact:
_string_name: 'APT Puppetlabs'
_dir: 'apt-puppetlabs'
_volume: 'mirror.puppetlabs'
_volume: 'mirror.apt-puppetlabs'
_keys:
- { key_id: 'EF8D349F', file: 'puppetlabs.asc' }