diff options
author | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-28 11:05:37 -0800 |
---|---|---|
committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-28 11:05:37 -0800 |
commit | 65a5496754fcdf938bda96a42b83255a310d193b (patch) | |
tree | 922a767d8c85f0ec0bb3ec60952b9607b25bb68a | |
parent | ea9f1f05934403b8d70e903efbb941ce74961b86 (diff) | |
download | puppet-65a5496754fcdf938bda96a42b83255a310d193b.tar.gz puppet-65a5496754fcdf938bda96a42b83255a310d193b.tar.xz puppet-65a5496754fcdf938bda96a42b83255a310d193b.zip |
(#6509) Inline docs: Fix erroneous code block in directoryservice provider for computer type
-rw-r--r-- | lib/puppet/provider/computer/computer.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet/provider/computer/computer.rb b/lib/puppet/provider/computer/computer.rb index a6be6bdfe..dd055beb3 100644 --- a/lib/puppet/provider/computer/computer.rb +++ b/lib/puppet/provider/computer/computer.rb @@ -10,9 +10,7 @@ Puppet::Type.type(:computer).provide :directoryservice, :parent => Puppet::Provi domain, not in remote directories. If you wish to manage /etc/hosts on Mac OS X, then simply use the host - type as per other platforms. - - " + type as per other platforms." confine :operatingsystem => :darwin defaultfor :operatingsystem => :darwin |