openshift / puppet-openshift_origin

Puppet module to create OpenShift Brokers and Nodes. Can be used to create a full OpenShift Origin deployment.
http://forge.puppetlabs.com/openshift/openshift_origin
Other
45 stars 128 forks source link

named.conf - 'recursion' value being set to 'no', should be 'yes' #284

Closed aerotodor closed 10 years ago

aerotodor commented 10 years ago

When deploying bind with puppet, recursion is set to no. Should be yes

reference: http://openshift.github.io/documentation/oo_deployment_guide_comprehensive.html#create-the-em-named-em-configuration-file

Miciah commented 10 years ago

The default is 'no' in order to avoid facilitating amplification of DoS attacks from malicious actors who may have access to the nameserver.

aerotodor commented 10 years ago

ok, thanks guess somebody has to update conprehesive guide