generated from deploymenttheory/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: app installer teamviewer 15 (#82)
Added Jamf App Teamview 15
- Loading branch information
1 parent
792f66a
commit c984ea8
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,6 @@ variable "buildings" { | |
zip_postal_code = "SW11 7US" | ||
country = "United Kingdom" | ||
}, | ||
|
||
|
||
} | ||
} | ||
|
||
|