# # add_standard_reports snapon # # This internal snapon is used to create reports in a standard profile. # add_standard_reports = { label = "Final step" comment = "Final Step creates all standard reports" config_snapon_category = "hidden" attach_operations = { add_standard_reports = { type = "execute_expression" expression = ` #echo("add_standard_reports_without_snapons()"); #include "templates.admin.profiles.setup_reports_util"; node profile = "profiles." . volatile.new_profile_name; # Start with the standard reports based on remaining DB fields add_standard_reports_without_snapons(profile); ` } # add_standard_reports } # attach_operations } # add_standard_reports