Puppet Class: role::ml_cache::storage
- Defined in:
- modules/role/manifests/ml_cache/storage.pp
Overview
3 4 5 6 7 8 9 10 11 12 |
# File 'modules/role/manifests/ml_cache/storage.pp', line 3
class role::ml_cache::storage {
include profile::base::production
include profile::base::certificates
include profile::firewall
# lint:ignore:wmf_styleguide - It is neither a role nor a profile
include passwords::cassandra
# lint:endignore
include profile::cassandra
}
|