Displaying 1 result from an estimated 1 matches for "graphite_storage_dir".
2013 May 09
1
equivalent way to iterate through a hash
If I have something like this in my node file:
daemontools_service::setup {
''carbon-cache'':
service_name => ''carbon-cache'',
....
extra_envs => {
"GRAPHITE_STORAGE_DIR" => "/mnt/statsd-data/graphite-storage"
"SOMETHING_ELSE" => "12345"
"FOO" => "bar"
};
''another-service'':
...etc.
}
a...