description "Master role applied to ironbelly"
default_attributes(
+ :apt => {
+ :sources => [ "ubuntugis-unstable" ]
+ },
+ :git => {
+ :allowed_nodes => "*:*",
+ :user => "chefrepo",
+ :group => "chefrepo",
+ :backup => "chef-git"
+ },
:networking => {
:interfaces => {
:internal_ipv4 => {
"2001:630:12:500::/64", # ic external
"127.0.0.0/8", # localhost
"::1" # localhost
- ]
+ ],
+ :nodes_allow => "roles:tilecache"
}
}
}
"role[stats]",
"role[planet]",
"recipe[rsyncd]",
- "recipe[openvpn]"
+ "recipe[openvpn]",
+ "recipe[git::server]"
)