default_attributes(
:apt => {
- :sources => [ "ubuntugis-unstable" ]
+ :sources => ["ubuntugis-unstable"]
},
:git => {
:allowed_nodes => "*:*",
:uid => "tomh",
:gid => "tomh",
:transfer_logging => false,
- :hosts_allow => [
- "89.16.179.150", # shenron
- "2001:41c8:10:996:21d:7dff:fec3:df70", # shenron
+ :hosts_allow => [
+ "212.110.172.32", # shenron
+ "2001:41c9:1:400::32", # shenron
"212.159.112.221" # grant
]
},
}
}
}
-);
+)
run_list(
"role[ic]",
"role[planetdump]",
"recipe[rsyncd]",
"recipe[openvpn]",
- "recipe[git::server]"
+ "recipe[git::server]",
+ "recipe[tilelog]"
)