Lots and lots of things :)
Just add the hook it up like every other formula and do the needed
file_roots:
base:
- {{ salt_base_dir }}/salt
- {{ formulas_base_dir }}/suse-base-profile/salt/
pillar_roots:
base:
- {{ formulas_base_dir }}/suse-base-profile/pillar/
- {{ salt_base_dir }}/pillar/
module_dirs:
- {{ salt_base_dir }}/modules
- {{ formulas_base_dir }}/suse-base-profile/modules/
base:
'*':
- profile-base
<load remainining things here>
The order is important so you can override our defaults.