puppet-prod/site/profiles/manifests/edgecache/files.pp
Ben Vincent 36ad19ffed feat: add ceph mirror to edgecache
- add ceph reef apt and rpm repository to edgecache
- add the centos storage sig gpg
2024-06-21 20:38:54 +10:00

12 lines
276 B
Puppet

# profiles::edgecache::files
class profiles::edgecache::files {
# ceph rpm gpg key
file {'/data/edgecache/pub/ceph/ceph-rpm.gpg':
ensure => file,
content => template('profiles/edgecache/ceph-rpm.gpg.erb'),
require => File['/data/edgecache/pub/ceph'],
}
}