diff options
-rw-r--r-- | lib/puppet/type/mcx.rb | 2 |
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 |