cfe_internal/update/cfe_internal_dc_workflow.cf
Table of contents
                    
                        
                    
                agent bundles
cfe_internal_dc_workflow
Prototype: cfe_internal_dc_workflow
Description: Update default policy distribution point from upstream repository
Implementation:
 code
      bundle agent cfe_internal_dc_workflow
{
  methods:
    am_policy_hub.enterprise.cfengine_internal_masterfiles_update::
      "Masterfiles from VCS"
        usebundle => cfe_internal_update_from_repository,
        handle => "cfe_internal_dc_workflow_methods_masterfiles_from_vcs",
        action => u_immediate,
        comment => "Update masterfiles from upstream VCS automatically
                    for best OOTB Enterprise experience";
}