edf-hpc / puppet-hpc

Generic Puppet Configuration for HPC Clusters
http://edf-hpc.github.io/puppet-hpc/
GNU General Public License v2.0
13 stars 4 forks source link

Disable Consul upstream update check by default #117

Closed rezib closed 7 years ago

rezib commented 7 years ago

Consul regularly tries to connect to upstream website to check for update. Since the HPC clusters are not connected to the Internet, this is an undesired behaviour. This is controlled by disable_update_check parameter.

The Consul module should set this parameter by default.