search for: has_features

Displaying 4 results from an estimated 4 matches for "has_features".

Did you mean: has_feature
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
Good day, After having lurked for a while I''ve decided to actually start using puppet starting on my small home network. I''ve been following : http://reductivelabs.com/trac/puppet/wiki/InstallationGuide and :- http://www.howtoforge.com/installing_puppet_on_ubuntu to test puppet on 2 hosts, librarian running the puppetmasterd and mortvm. Unfortunately, I
2007 Jun 11
4
freeBSD User provider
...hpass [-a list] [-p encpass] [-e expiretime] [-s newshell] [user] it is installed on all my freeBSD servers but i don''t know if this is the same package and if this is by default :) So here is what i think for the provider: puppet-0.22.4/lib/puppet/provider/user/pw.rb add line: + has_features :manages_homedir, :allows_duplicates change this command (+ on the lines addedd) def addcmd cmd = [command(:pw), "useradd", @model[:name]] @model.class.validproperties.each do |property| next if property == :ensure # the value needs to be quo...
2012 Mar 13
1
[V4 PATCH] virtio-net: send gratuitous packet when needed
As hypervior does not have the knowledge of guest network configuration, it's better to ask guest to send gratuitous packet when needed. Guest test VIRTIO_NET_S_ANNOUNCE bit during config change interrupt and when it is set, a workqueue is scheduled to send gratuitous packet through NETDEV_NOTIFY_PEERS. This feature is negotiated through bit VIRTIO_NET_F_GUEST_ANNOUNCE. Changes from v3: -
2012 Mar 13
1
[V4 PATCH] virtio-net: send gratuitous packet when needed
As hypervior does not have the knowledge of guest network configuration, it's better to ask guest to send gratuitous packet when needed. Guest test VIRTIO_NET_S_ANNOUNCE bit during config change interrupt and when it is set, a workqueue is scheduled to send gratuitous packet through NETDEV_NOTIFY_PEERS. This feature is negotiated through bit VIRTIO_NET_F_GUEST_ANNOUNCE. Changes from v3: -