default_attributes(
:apt => {
- :sources => [ "ubuntugis-unstable" ]
+ :sources => ["ubuntugis-unstable"]
},
:git => {
:allowed_nodes => "*:*",
:uid => "tomh",
:gid => "tomh",
:transfer_logging => false,
- :hosts_allow => [
+ :hosts_allow => [
"212.110.172.32", # shenron
"2001:41c9:1:400::32", # shenron
"212.159.112.221" # grant
}
}
}
-);
+)
run_list(
"role[ic]",
"role[stats]",
"role[planet]",
"role[planetdump]",
+ "role[logstash]",
"recipe[rsyncd]",
"recipe[openvpn]",
"recipe[git::server]",