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

Adding ability to 'require' a pkg be installed on every IA run #33

Merged
merged 1 commit into from
Feb 2, 2018
Merged

Adding ability to 'require' a pkg be installed on every IA run #33

merged 1 commit into from
Feb 2, 2018

Conversation

jbaker10
Copy link
Contributor

@jbaker10 jbaker10 commented Feb 2, 2018

This allows an admin to add a key in the bootstrap.json file specifying a package as "required" using a boolean true or false. Meaning that upon ever IA run, regardless of previous install status, the "required" package should always be (re)installed.

   {
      ...
      "version":"1.0",
      "required": false
    },
    {
      ...
      "version":"1.0",
      "required": true
    }

If the "required" key is not present, it will be assumed to be False, and the normal checks will ensue.

@erikng erikng merged commit f9eede8 into macadmins:master Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants