- add ceph reef apt and rpm repository to edgecache - add the centos storage sig gpg
12 lines
276 B
Puppet
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'],
|
|
}
|
|
|
|
}
|