summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-06-22 15:45:00 +1000
committerMarkus Roberts <Markus@reality.com>2010-06-24 16:12:04 -0700
commit6fcb87d1745b5589b74a60e39739e524609dfe96 (patch)
treed13cd712c69946eb9c5862fb8282e4492d25bdb6
parent15ae38966f33418a6dd52e278e3a1b038a26bf23 (diff)
downloadpuppet-6fcb87d1745b5589b74a60e39739e524609dfe96.tar.gz
puppet-6fcb87d1745b5589b74a60e39739e524609dfe96.tar.xz
puppet-6fcb87d1745b5589b74a60e39739e524609dfe96.zip
Fixed mcx documentation error
-rw-r--r--lib/puppet/type/mcx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mcx.rb b/lib/puppet/type/mcx.rb
index 388d02357..e7a83e6a2 100644
--- a/lib/puppet/type/mcx.rb
+++ b/lib/puppet/type/mcx.rb
@@ -80,7 +80,7 @@ to other machines.
newproperty(:content, :required_features => :manages_content) do
desc "The XML Plist. The value of MCXSettings in DirectoryService.
This is the standard output from the system command:
- dscl localhost -mcxexport /Local/Default/<ds_type>/<ds_name>
+ dscl localhost -mcxexport /Local/Default/<ds_type>/ds_name
Note that ds_type is capitalized and plural in the dscl command."
end