Skip to content

Commit 5ea5405

Browse files
committed
clean up
1 parent 3c9c24b commit 5ea5405

4 files changed

Lines changed: 6 additions & 14 deletions

File tree

specs/chef/run_cookbook_manually.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
name: Manually run a cookbook by name
33
command: sudo chef client -o recipe['{{cookbook}}']
44
tags:
5-
- macos
6-
- linux
75
- chef
8-
description: Use to fun a cookbook manually
6+
description: Use to run a cookbook manually
97
arguments:
108
- name: cookbook
119
description: Name of the cookbook
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
name: Manually Initiate a Policy via policy ID
2+
name: Manually initiate a policy via policy id
33
command: sudo jamf policy -event "{{policy_id}}" -verbose
44
tags:
5-
- macos
65
- jamf
7-
- mdm
86
description: Use to run a Jamf policy manually
97
arguments:
108
- name: policy_id
11-
description: The ID number of the Jamf policy
9+
description: The id number of the Jamf policy
1210
author: Amado Tejada
1311
author_url: https://github.com/amadotejada
1412
shells: []

specs/jamf/manually_initiate_policy_custom_triggername.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
name: Manually Initiate a Policy via policy triggerName
2+
name: Manually initiate a policy via policy trigger name
33
command: sudo jamf policy -event "{{triggerName}}" -verbose
44
tags:
5-
- macos
65
- jamf
7-
- mdm
86
description: Use to run a Jamf policy manually
97
arguments:
108
- name: triggerName
11-
description: Custom triggerName of the Jamf policy
9+
description: Custom trigger name of the Jamf policy
1210
source_url: https://docs.jamf.com/technical-articles/Manually_Initiating_a_Policy.html
1311
author: Amado Tejada
1412
author_url: https://github.com/amadotejada

specs/jamf/manually_initiate_recon.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
name: Manually Initiate a recon inventory
2+
name: Manually initiate a recon inventory
33
command: sudo jamf recon
44
tags:
5-
- macos
65
- jamf
7-
- mdm
86
description: Force a full Jamf inventory from the client
97
author: Amado Tejada
108
author_url: https://github.com/amadotejada

0 commit comments

Comments
 (0)