description "Master role applied to urmel"
default_attributes(
+ :chef => {
+ :client => {
+ :version => "12.1.2-1"
+ }
+ },
:networking => {
:interfaces => {
:internal_ipv4 => {
:interface => "eth1",
:role => :external,
:family => :inet,
- :address => "128.40.168.96"
+ :address => "128.40.45.207"
}
}
}
)
run_list(
- "role[ucl-wates]",
+ "role[ucl-wolfson]",
+ "role[hp-g6]",
"role[munin]"
)