Opportunistic updates to README and plist doc

This commit is contained in:
Eric Hanko 2018-03-12 11:42:37 -07:00
Родитель 6764ae1d8a
Коммит 377bd1ad6b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6DD04E7D76C3271B
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -99,7 +99,7 @@ more flexibility.
Installs Apple Configurator 2 using `mas` and links `cfgutil` to
`/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`
@ -126,6 +126,7 @@ Resources
---------
- [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)
- [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)

Просмотреть файл

@ -32,6 +32,7 @@ plist 'description' do
entry String
value TrueClass, FalseClass, String, Integer, Float
action Symbol # defaults to :set if not specified
encoding String # defaults to 'binary' if not specified.
end
```