Hi all, I`m interesting to configure my service depending on count hard drives but facter haven`t any variable about disks, may be you now how i can do it ? For example I have 5 types of servers with 3, 4, 6, 8 disks if i have 3 disks I wan`t create config of my service with parameter "disks=3" if i have 4 disks than disks must be equal 4 etc. Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/4gYuZKPp2cUJ. 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 this group at http://groups.google.com/group/puppet-users?hl=en.
On 9/20/12 6:33 AM, Andrey Kononov wrote:> Hi all, I`m interesting to configure my service depending on count hard > drives but facter haven`t any variable about disks, may be you now how i > can do it ? For example I have 5 types of servers with 3, 4, 6, 8 disks > if i have 3 disks I wan`t create config of my service with parameter > "disks=3" if i have 4 disks than disks must be equal 4 etc. Thanks.You could write a custom fact[1] that returns the number of disks. [1] - http://docs.puppetlabs.com/guides/custom_facts.html -g -- Garrett Honeycutt 206.414.8658 http://puppetlabs.com -- 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 this group at http://groups.google.com/group/puppet-users?hl=en.
четверг, 20 сентября 2012 г., 18:45:54 UTC+4 пользователь Garrett Honeycutt написал:> On 9/20/12 6:33 AM, Andrey Kononov wrote: > > > Hi all, I`m interesting to configure my service depending on count hard > > > drives but facter haven`t any variable about disks, may be you now how i > > > can do it ? For example I have 5 types of servers with 3, 4, 6, 8 disks > > > if i have 3 disks I wan`t create config of my service with parameter > > > "disks=3" if i have 4 disks than disks must be equal 4 etc. Thanks. > > > > You could write a custom fact[1] that returns the number of disks. > > > > [1] - http://docs.puppetlabs.com/guides/custom_facts.html > > > > -g > > > > -- > > Garrett Honeycutt > > > > 206.414.8658 > > http://puppetlabs.com-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/y_qDnM_h6tsJ. 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 this group at http://groups.google.com/group/puppet-users?hl=en.