Sha256: bcbd248fabb32fd19086ff91405f9348016723cc0984f8262fe32319d8e20ce3
Contents?: true
Size: 704 Bytes
Versions: 2
Compression:
Stored size: 704 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' require 'puppet/provider/host/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 # $Id: netinfo.rb 1865 2006-11-13 04:20:57Z luke $
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet-0.23.0 | lib/puppet/provider/host/netinfo.rb |
puppet-0.22.4 | lib/puppet/provider/host/netinfo.rb |