Skip to content

Commit

Permalink
feat: app installer teamviewer 15 (#82)
Browse files Browse the repository at this point in the history
Added Jamf App Teamview 15
  • Loading branch information
thejoeker12 authored Nov 19, 2024
1 parent 792f66a commit c984ea8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 31 additions & 0 deletions workload/terraform/jamfpro/app_installers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
resource "jamfpro_app_installer" "jamfpro_app_installer_001" {
name = "TeamViewer 15"
enabled = true
deployment_type = "SELF_SERVICE"
update_behavior = "AUTOMATIC"
category_id = "-1"
site_id = "-1"
smart_group_id = "1"

install_predefined_config_profiles = false
trigger_admin_notifications = false

notification_settings {
notification_message = "A new update is available"
notification_interval = 1
deadline_message = "Update deadline approaching"
deadline = 1
quit_delay = 1
complete_message = "Update completed successfully"
relaunch = true
suppress = false
}

self_service_settings {
include_in_featured_category = true
include_in_compliance_category = true
force_view_description = true
description = "This is an example app deployment"

}
}
2 changes: 0 additions & 2 deletions workload/terraform/jamfpro/buildings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ variable "buildings" {
zip_postal_code = "SW11 7US"
country = "United Kingdom"
},


}
}

Expand Down

0 comments on commit c984ea8

Please sign in to comment.