description "Master role applied to grindtooth"
default_attributes(
- :accounts => {
- :users => {
- :jochen => { :status => :administrator }
- }
- },
:networking => {
:interfaces => {
:internal_ipv4 => {
)
run_list(
- "role[ucl-internal]"
+ "role[ucl-internal]",
+ "role[taginfo]"
)