Skip to content

Commit 87d9a3e

Browse files
authored
Remove 'new-style' division syntax from config example
That feature has not yet been merged into jamf2snipe, so we shouldn't have it used in the configuration file.
1 parent 8d2b966 commit 87d9a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.conf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ mobile_model_category_id = 3
2121
[computers-api-mapping]
2222
name = general name
2323
_snipeit_mac_address_1 = general mac_address
24-
_snipeit_ram_2 = hardware total_ram_mb / 1024
25-
_snipeit_hdd_3 = hardware storage drive_capacity_mb / 1024
24+
_snipeit_ram_2 = hardware total_ram_mb
25+
_snipeit_hdd_3 = hardware storage drive_capacity_mb
2626

2727

2828
[mobile_devices-api-mapping]

0 commit comments

Comments
 (0)