:bretth => { :status => :user },
:planet => {
:status => :administrator,
- :members => [ :bretth ]
+ :members => [:bretth]
}
}
},
: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[web-db]",
"recipe[planet]",
"recipe[planet::replication]",
"recipe[nfs::server]",