This fixes a few lint warnings/errors detected by the following plugins we aim to enable soon. - puppet-lint-file_ensure-check - puppet-lint-trailing_comma-check - puppet-lint-topscope-variable-check Change-Id: I7f19f9ce7ceca9e9f237defd4e60f696303f090e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
9 lines
184 B
Puppet
9 lines
184 B
Puppet
class openstack_integration::memcached {
|
|
include openstack_integration::config
|
|
|
|
class { 'memcached':
|
|
listen => $openstack_integration::config::host,
|
|
udp_port => 0,
|
|
}
|
|
}
|