Skip to content

Commit ca31bde

Browse files
committed
Wasn't ready
1 parent 87ae4f1 commit ca31bde

File tree

3 files changed

+9
-59
lines changed

3 files changed

+9
-59
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
This module contains functions that are useful in the administration of macOS.
44

5-
## `plist`
5+
## Functions
6+
7+
### `plist`
68

79
This function accepts a hash and will convert it into a plist. This requires the [CFPropertyList](https://github.com/ckruse/CFPropertyList/) gem to be installed on your Puppet Server (`sudo puppetserver gem install cfpropertylist`).
810

9-
### Example
11+
#### Example
1012

1113
``` puppet
1214
$plist = {
@@ -19,10 +21,12 @@ file {'/tmp/a.plist':
1921
}
2022
```
2123

22-
## `macos_package_installed`
24+
### `macos_package_installed`
25+
26+
Returns true if the version specified, or a higher version is installed of the specified package ID.
27+
28+
#### Example
2329

2430
``` puppet
2531
macos_package_installed('com.googlecode.munki.core', '1.0.0')
2632
```
27-
28-
Returns true if the version specified, or a higher version is installed of the specified package ID.

lib/puppet/provider/mac_guest_user/macos.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

lib/puppet/type/mac_guest_user.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)