Opportunistic updates to README and plist doc
This commit is contained in:
Родитель
6764ae1d8a
Коммит
377bd1ad6b
|
@ -99,7 +99,7 @@ more flexibility.
|
||||||
Installs Apple Configurator 2 using `mas` and links `cfgutil` to
|
Installs Apple Configurator 2 using `mas` and links `cfgutil` to
|
||||||
`/usr/local/bin`.
|
`/usr/local/bin`.
|
||||||
|
|
||||||
:warning: Requires a `credentials` data bag containing an `apple_id.json` data bag item.
|
:warning: Requires a `credentials` data bag containing an `apple_id` data bag item.
|
||||||
|
|
||||||
**Usage:** `include_recipe macos::configurator`
|
**Usage:** `include_recipe macos::configurator`
|
||||||
|
|
||||||
|
@ -126,6 +126,7 @@ Resources
|
||||||
---------
|
---------
|
||||||
|
|
||||||
- [ARD (Apple Remote Desktop)](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_ard.md)
|
- [ARD (Apple Remote Desktop)](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_ard.md)
|
||||||
|
- [Certificate](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_certificate.md)
|
||||||
- [Machine Name](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_machine_name.md)
|
- [Machine Name](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_machine_name.md)
|
||||||
- [Plist](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_plist.md)
|
- [Plist](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_plist.md)
|
||||||
- [Spotlight (mdutil)](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_spotlight.md)
|
- [Spotlight (mdutil)](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_spotlight.md)
|
||||||
|
|
|
@ -32,6 +32,7 @@ plist 'description' do
|
||||||
entry String
|
entry String
|
||||||
value TrueClass, FalseClass, String, Integer, Float
|
value TrueClass, FalseClass, String, Integer, Float
|
||||||
action Symbol # defaults to :set if not specified
|
action Symbol # defaults to :set if not specified
|
||||||
|
encoding String # defaults to 'binary' if not specified.
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче