Sha256: 79dccb8fd7b9ef5744736a6ecc0c18fc31dd816854663a3c0420d5d5fc1867e4

Contents?: true

Size: 614 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
puppet-0.24.0 lib/puppet/provider/host/netinfo.rb
puppet-0.24.4 lib/puppet/provider/host/netinfo.rb
puppet-0.24.1 lib/puppet/provider/host/netinfo.rb
puppet-0.24.3 lib/puppet/provider/host/netinfo.rb
puppet-0.24.2 lib/puppet/provider/host/netinfo.rb
puppet-0.24.6 lib/puppet/provider/host/netinfo.rb
puppet-0.24.5 lib/puppet/provider/host/netinfo.rb