summaryrefslogtreecommitdiff
path: root/puppet/hiera/common.yaml
blob: 8a04a2625b94a98dff93938c700d92dcfd18cf12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
#
# General
#
nodo::subsystem::apt::include_src: false
nodo::subsystem::apt::use_next_release: false
nodo::subsystem::monitor::use_nagios: false
nodo::subsystem::monitor::address: "%{::fqdn}"

#
# Firewall
#
firewall::ssl_ratelimit: "s:ssl:200/min:20"
firewall::local_net: false
firewall::local::manage_host: true
firewall::local::manage_iface: false

#
# Mail
#
mail::sympa::subdomain: "listas"
mail::sympa::lang: "pt_BR"

#
# Monitoring
#
nodo::munin_node::allow: '127.0.0.1:192.168.0.[0-9]*:192.168.1.[0-9]*'

#
# Wordpress
#
wordpress::locale: 'pt_BR'

#
# Timezone and ntp
#
ntp::zone: "Brazil/East"
ntp::pool: "south-america.pool.ntp.org"
ntp::servers:
  - 'a.ntp.br'
  - 'b.ntp.br'
  - 'c.ntp.br'

#
# Nameservers
#
# OpenDNS
nodo::subsystem::resolver::nameservers:
  - '208.67.222.222'
  - '208.67.220.220'

#
# Puppet config
#
nodo::base::puppet_mode: 'apply'