:interface => "eth1",
:role => :external,
:family => :inet,
- :address => "128.40.168.108"
+ :address => "128.40.45.198"
}
}
},
:uid => "nobody",
:gid => "nogroup",
:transfer_logging => false,
- :exclude => [ ".*" ],
+ :exclude => [".*"],
:max_connections => 10,
:ignore_errors => true,
:ignore_nonreadable => true,
:timeout => 3600,
- :refuse_options => [ "checksum" ]
+ :refuse_options => ["checksum"]
},
:agri_extra => {
:comment => "AGRI Extras Archive",
:uid => "nobody",
:gid => "nogroup",
:transfer_logging => false,
- :exclude => [ ".*" ],
+ :exclude => [".*"],
:max_connections => 10,
:ignore_errors => true,
:ignore_nonreadable => true,
:timeout => 3600,
- :refuse_options => [ "checksum" ]
+ :refuse_options => ["checksum"]
}
}
}
)
run_list(
- "role[ucl-wates]",
+ "role[ucl-wolfson]",
"recipe[rsyncd]"
)