search for: modules2

Displaying 5 results from an estimated 5 matches for "modules2".

Did you mean: modules
2011 Jun 06
1
libvirt-bin MOSTLY fails to create default virtual network
...t some kernel modules sometimes are loaded before libvirt-bin starts, and sometimes libvirt-bin starts earlier, or in the middle of loading of these modules, that is why 3 scenarios can be observed. That is why I have added: cp /proc/modules /home/wsadmin2/modules1 cp /proc/modules /home/wsadmin2/modules2 to 'pre-start' and 'post-start' parts respectively of /etc/init/libvirt-bin.conf. Of course, beween execution of - pre-start part - exec /usr/sbin/libvirtd -d - post-start part other kernel modules can be loaded, so we can not be sure which additional modules in file 'modules2&...
2012 Jan 26
5
passing argument to a class or a module
I see plenty of examples of classes or modules such as ntp or sudo or ssd. But none of these examples pass an argument to a class or a module. If I wanted to pass the rpm name to a module or a class, what would be the call to that class in site.pp and what would be the class definition in init.pp? Thank you -- You received this message because you are subscribed to the Google Groups
2011 Jun 20
1
libvirt-users Digest, Vol 18, Issue 17
...libvirt-bin starts, and sometimes libvirt-bin starts earlier, or in > > the middle of loading of these modules, that is why 3 scenarios can be > > observed. > > That is why I have added: > > cp /proc/modules /home/wsadmin2/modules1 > > cp /proc/modules /home/wsadmin2/modules2 > > to 'pre-start' and 'post-start' parts respectively of > > /etc/init/libvirt-bin.conf. > > > > Of course, beween execution of > > - pre-start part > > - exec /usr/sbin/libvirtd -d > > - post-start part > > other kernel modules can b...
2011 Aug 19
0
R: "New" (i.e., posted last week) Learning Puppet chapters
...e? So yeah, suggestions wanted. Let me know what''s working or not working for you, and I''ll get to writing more as soon as I can. Thanks! -N [1]: http://docs.puppetlabs.com/learning [2]: http://docs.puppetlabs.com/learning/templates.html [3]: http://docs.puppetlabs.com/learning/modules2.html -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit th...
2013 Mar 15
3
advice on module organization
Hi Folks, Like to get some advice on module organization. I have a system that has a few different components. One or more components can be installed on a host. The hosts also have a "type" dimension. This "type" dimension could (should) ideally be used to configure the system (fill in a bunch of variables). Problem is, I''m not sure how the best way to do