# -*- coding: utf-8 -*- # vim: ft=yaml # # Set default values. --- values: pkg: name: unbound rootgroup: root config: '/etc/unbound/unbound.conf' config_dir: '/etc/unbound' service: name: unbound # Just here for testing added_in_defaults: defaults_value winner: defaults ...