Sha256: 7260e504b6832f264cc641db7a192cb45ad387afe7f73177ec4bf998f77cd2a2

Contents?: true

Size: 614 Bytes

Versions: 3

Compression:

Stored size: 614 Bytes

Contents

# Manage NetInfo POSIX objects.  Probably only used on OS X, but I suppose
# it could be used elsewhere.
require 'puppet/provider/nameservice/netinfo'

Puppet::Type.type(:host).provide :netinfo, :parent => Puppet::Provider::NameService::NetInfo,
    :netinfodir => "machines" do
    desc "Host management in NetInfo.

    This provider is highly experimental and is known not to work currently.

  "
    commands :nireport => "nireport", :niutil => "niutil"
    commands :mountcmd => "mount", :umount => "umount", :df => "df"

    options :ip, :key => "ip_address"

    defaultfor :operatingsystem => :darwin
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-0.24.9 lib/puppet/provider/host/netinfo.rb
puppet-0.24.7 lib/puppet/provider/host/netinfo.rb
puppet-0.24.8 lib/puppet/provider/host/netinfo.rb