42e2ee7ba9
Commit: 0740f5343b54523d9ed27f65c05f6c9f045f022b Source: https://github.com/puppetlabs/puppetlabs-xinetd.git Change-Id: I05944255240752c07efae6fe18cf4668bfe37ff6 Related: blueprint merge-openstack-puppet-modules
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
# This file is being maintained by Puppet.
|
|
# DO NOT EDIT
|
|
#
|
|
# This is the master xinetd configuration file. Settings in the
|
|
# default section will be inherited by all service configurations
|
|
# unless explicitly overridden in the service configuration. See
|
|
# xinetd.conf in the man pages for a more detailed explanation of
|
|
# these attributes.
|
|
|
|
defaults
|
|
{
|
|
# The next two items are intended to be a quick access place to
|
|
# temporarily enable or disable services.
|
|
#
|
|
# enabled =
|
|
# disabled =
|
|
|
|
# Define general logging characteristics.
|
|
log_type = SYSLOG daemon info
|
|
log_on_failure = HOST
|
|
log_on_success = PID HOST DURATION EXIT
|
|
|
|
# Define access restriction defaults
|
|
#
|
|
# no_access =
|
|
# only_from =
|
|
# max_load = 0
|
|
cps = 50 10
|
|
instances = 50
|
|
per_source = 10
|
|
|
|
# Address and networking defaults
|
|
#
|
|
# bind =
|
|
# mdns = yes
|
|
v6only = no
|
|
|
|
# setup environmental attributes
|
|
#
|
|
# passenv =
|
|
groups = yes
|
|
umask = 002
|
|
|
|
# Generally, banners are not used. This sets up their global defaults
|
|
#
|
|
# banner =
|
|
# banner_fail =
|
|
# banner_success =
|
|
}
|
|
|
|
includedir <%= @confdir %>
|