description "Master role applied to eustace"
default_attributes(
- :chef => {
- :client => {
- :version => "13.6.4"
- }
- },
:networking => {
:interfaces => {
:internal_ipv4 => {
run_list(
"role[ucl]",
"role[hp-dl360-g6]",
- "role[piwik]"
+ "role[matomo]"
)