Puppet Class: memcached::instance::servicefile
- Defined in:
- manifests/instance/servicefile.pp
Summary
helper class to configure the memcache multiinstance unit file *once*Overview
8 9 10 11 12 13 |
# File 'manifests/instance/servicefile.pp', line 8
class memcached::instance::servicefile {
assert_private()
systemd::unit_file { 'memcached@.service':
content => epp("${module_name}/memcached@.service.epp"),
}
}
|