You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So right now, the only FS config file this cookbook manages is vars.xml, and this is simply to set the IP/domain of the instance. Managing rayo.conf.xml sets a precedent that this cookbook will manage config for many FreeSWITCH modules, which I think I'd like to avoid, preferring instead to leave replacing config to downstream cookbooks.
What I think might be a sufficient compromise, is providing a simple way to do this config replacement. Right now, a standard template resource is required:
The use of vars.xml makes sense to map to Chef attributes. I completely agree that we should not attempt to map every last config option, or anything close to that, to Chef attributes. Instead, consumers of this cookbook should provide their own templates. However, if there are one or two very common settings for rayo.conf.xml that prevent the need to provide an entire template, maybe we could add those to vars.xml? A Rayo username/password seems to fall into this category, but not the domain, which I think we sensibly default to the domain provided by vars.xml.
No description provided.
The text was updated successfully, but these errors were encountered: