:max_spare_threads => 150
}
},
- :apt => {
- :sources => ["brightbox-ruby-ng"]
- },
:hardware => {
- :mcelog => {
- :enabled => false
+ :hwmon => {
+ "platform_it87_552" => {
+ :ignore => %w[in6]
+ }
},
:modules => [
"it87"
]
- },
- :openvpn => {
- :address => "10.0.16.3",
- :tunnels => {
- :shenron2ucl => {
- :port => "1194",
- :mode => "server",
- :peer => {
- :host => "ridley.openstreetmap.org"
- }
- }
- }
}
)
override_attributes(
:networking => {
+ :dnssec => "false",
:interfaces => {
:external_ipv4 => {
:interface => "eth0",
:prefix => "64",
:gateway => "fe80::1"
}
- }
+ },
+ :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"],
+ :private_address => "10.0.16.100"
}
)
"role[bytemark]",
"role[mail]",
"role[lists]",
- "role[subversion]",
- "role[trac]",
- "role[osqa]",
- "role[irc]",
- "role[geodns]",
- "recipe[blogs]",
- "recipe[openvpn]"
+ "role[osqa]"
)