Skip to content

Commit

Permalink
Correct pref domain
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Jul 3, 2015
1 parent 69a283d commit 91b9fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ The sal ``postflight`` script needs to be deployed in the ``/usr/local/munki`` d

If you have an existing ``postflight`` script (for example, Munki Web Admin), you will need to rename it (for example, ``mwa-submit``) and move it into ``/usr/local/munki/postflight.d``:

The configuration of the Server Address, and the Machine Group key is from ``/Library/Preferences/com.salsoftware.sal``. Plists, MCX (untested, but should work) and Profiles can be used.
The configuration of the Server Address, and the Machine Group key is from ``/Library/Preferences/com.github.salopensource.sal``. Plists, MCX (untested, but should work) and Profiles can be used.

### Manual Client Conf. Example

If you wish to set the Server Address and Machine Group Key via defaults you can do so with the following examples (root is needed):

``defaults write /Library/Preferences/com.salsoftware.sal ServerURL http://sal.somewhere.com``
``defaults write /Library/Preferences/com.github.salopensource.sal ServerURL http://sal.somewhere.com``

``defaults write /Library/Preferences/com.salsoftware.sal key e4up7l5pzaq7w4x12en3c0d5y3neiutlezvd73z9qeac7zwybv3jj5tghhmlseorzy5kb4zkc7rnc2sffgir4uw79esdd60pfzfwszkukruop0mmyn5gnhark9n8lmx9``
``defaults write /Library/Preferences/com.github.salopensource.sal key e4up7l5pzaq7w4x12en3c0d5y3neiutlezvd73z9qeac7zwybv3jj5tghhmlseorzy5kb4zkc7rnc2sffgir4uw79esdd60pfzfwszkukruop0mmyn5gnhark9n8lmx9``

### Using custom Facts

Expand Down

0 comments on commit 91b9fe4

Please sign in to comment.