defaults = {
    'php': {
        'post_max_size': '32G',
    },
    'apt': {
        'packages': {
            'php': {},
        },
    },
}