Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Enhancement: Specify external source for recipes, prefs and extra files #81

Open
gavinliu0 opened this issue Dec 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@gavinliu0
Copy link
Contributor

Pass a path to CMPackager.ps1 to look for recipes, extra files, and the preference file. This would allow people to manage their own recipes and preferences outside of this repo.

Use cases:

  • Recipes may contain sensitive data and cannot be shared
  • Using installer/uninstaller scripts instead of direct commands in the deployment types

In general it might be a better idea to completely split out the recipes, but that is a much bigger undertaking.

@asjimene
Copy link
Owner

asjimene commented Jan 7, 2021

So what I do now, is exclude the recipes folder using .gitignore, so you can always keep the packager up-to-date, but not have any of your recipes shared/messed up with git. Does this not fit your situation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants