diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-12-13 23:49:01 +1100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-12-13 23:49:01 +1100 |
| commit | 6d5a1295c9d9771d2dd648b45f4928d8fc4517e0 (patch) | |
| tree | e9b5a8202666a475fd825bb7a2b6c6af2a3f394a /lib/puppet/provider/computer | |
| parent | 45144a1b9da2839fd9f8a182a8f82ecb06e17292 (diff) | |
| download | puppet-6d5a1295c9d9771d2dd648b45f4928d8fc4517e0.tar.gz puppet-6d5a1295c9d9771d2dd648b45f4928d8fc4517e0.tar.xz puppet-6d5a1295c9d9771d2dd648b45f4928d8fc4517e0.zip | |
Documentation fixes
Diffstat (limited to 'lib/puppet/provider/computer')
| -rw-r--r-- | lib/puppet/provider/computer/computer.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/provider/computer/computer.rb b/lib/puppet/provider/computer/computer.rb index 76d0f1883..f3e526105 100644 --- a/lib/puppet/provider/computer/computer.rb +++ b/lib/puppet/provider/computer/computer.rb @@ -2,7 +2,6 @@ require 'puppet/provider/nameservice/directoryservice' Puppet::Type.type(:computer).provide :directoryservice, :parent => Puppet::Provider::NameService::DirectoryService do desc "Computer object management using DirectoryService on OS X. - Note that these are distinctly different kinds of objects to 'hosts', as they require a MAC address and can have all sorts of policy attached to them. @@ -12,6 +11,7 @@ Puppet::Type.type(:computer).provide :directoryservice, :parent => Puppet::Provi If you wish to manage /etc/hosts on Mac OS X, then simply use the host type as per other platforms. + " confine :operatingsystem => :darwin @@ -19,4 +19,4 @@ Puppet::Type.type(:computer).provide :directoryservice, :parent => Puppet::Provi # hurray for abstraction. The nameservice directoryservice provider can # handle everything we need. super. -end
\ No newline at end of file +end |
