On Jun 12, 2014 1:44 PM, "JM" <jin...@gmail.com> wrote:
> This seems to work. Do you or anyone by any chance know if I can create a pillar/_modules/ folder like file/_modules/? I wish import a home-made module?
For master-side modules (since Pillar is complied on the master), create a directory and point your extension_modules setting at it. That dir can contain sub-dirs for any of Salts module types (modules, states, runners, etc) and will be loaded on the master.
Nathan, as Arnold pointed out Salt has a pluggable system and Jinja/yaml is just the default. We have not one but THREE Python-based alternatives. :-)
Salt states only care about the data structure and not what generates it.
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.