Skip to content

Commit

Permalink
Updated function with return documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Aug 16, 2024
1 parent 156e053 commit 450dddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lint:ignore:140chars
Returns an array of trusted facts
lint:ignore:140chars

Returns: `Array`
Returns: `Array` of trusted facts

## Tasks

Expand Down
1 change: 1 addition & 0 deletions functions/trusted_fact_names.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Returns an array of trusted facts
# lint:ignore:140chars
# @return of trusted facts
function update_trusted_facts::trusted_fact_names() >> Array {
$array = ['pp_role','pp_uuid','pp_environment','pp_apptier','pp_department','pp_datacenter','pp_instance_id','pp_image_name','pp_preshared_key','pp_cost_center','pp_product','pp_project','pp_application','pp_service','pp_employee','pp_created_by','pp_software_version','pp_provisioner','pp_cluster','pp_region','pp_zone','pp_network','pp_securitypolicy','pp_cloudplatform','pp_hostname']
}
Expand Down

0 comments on commit 450dddf

Please sign in to comment.