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

Fortinet FortiManager fmgr_fwpol_package UPDATE #54805

Closed
wants to merge 9 commits into from
Closed

Fortinet FortiManager fmgr_fwpol_package UPDATE #54805

wants to merge 9 commits into from

Commits on Feb 21, 2019

  1. Copy the full SHA
    6289b68 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c4815f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Copy the full SHA
    a8ed49b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ae6248f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e296d04 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Added Append_scope_members list. Defaults to enable, but if you disab…

    …le it, it will still allow the overwriting of members.
    
    Also, moved the creation of scope_members JSON structure out of each method, into a pre-method-exec operation so it's just passed through to methods to be sent.
    lweighall committed Mar 29, 2019
    Copy the full SHA
    0f7b44e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Fixed issues:

    1) Couldn't append to installation target list, only send a complete list. We've added modes for adding and deleting just targets for policy packages.
    
    2) Install mode has been added. Scope_members is no longer taken into account when mode = install. Only the existing installation targets on the package will be used. Update installation targets before installing.
    
    3) Nested folders and packages now work properly. Before they were not.
    
    4) When using modes "add" or "set" with object_type = "pkg" the installation targets are STILL OVERWRITTEN with what was supplied under scope_members and scope_groups. Use the add_targets or delete_targets mode with another task to append or delete targets.
    
    5) When using "add_targets" or "delete_targets" for changing installation targets, only scope_members or scope_groups is considered for changes to the package. To edit the package settings themselves, use "set".
    lweighall committed Apr 3, 2019
    Copy the full SHA
    a9aef7b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b31d0e6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3977a94 View commit details
    Browse the repository at this point in the history