- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with secretresource
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
This module installs a catalog cache terminus which prevents actually caching the catalog. There is also a function to ensure that this is in place before calling sensitive resources.
This module installs a catalog cache terminus which prevents actually caching the catalog. There is also a function to ensure that this is in place before calling sensitive resources.
include secretresource
secretresource::wrap{ 'supersecret':
res_name => 'something::secret',
params => {
'secretstuff' => {
key => 'verysecret',
}
}
}
Tested with CentOS 7. May work on other OSes.