~bigdata-dev/charms/trusty/apache-flume-syslog/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file contains values that are likely to change per distribution.
# The aim is to make it easier to update / extend the charms with
# minimal changes to the shared code in charmhelpers.
packages:
    - 'openjdk-7-jre'
groups:
    - 'hadoop'
users:
    flume:
        groups: ['hadoop']
dirs:
    flume:
        path: '/usr/lib/flume-syslog'
    flume_conf:
        path: '/etc/flume-syslog/conf'
    flume_logs:
        path: '/var/log/flume-syslog'
        owner: 'flume'