Re: [Puppet Users] Constructing rvalues from exported resources.

2014-01-29 Thread jcbollinger
On Wednesday, January 29, 2014 10:41:37 AM UTC-6, Henrik Lindberg wrote: > > > You could try out dalen's puppet-db query module. It allows you to > query information from the puppet db and use the result in various > ways in your manifests. > > That addresses the issue of extracting informati

Re: [Puppet Users] Constructing rvalues from exported resources.

2014-01-29 Thread Henrik Lindberg
On 2014-28-01 13:16, Krist van Besien wrote: Hello, I am using the Radez/Paxemaker modules, and this allows me to define a cluster like this: class {'pacemaker::corosync': cluster_name => $control_clu_name, cluster_members => $control_clu_members, require => [ Package['

[Puppet Users] Constructing rvalues from exported resources.

2014-01-28 Thread Krist van Besien
Hello, I am using the Radez/Paxemaker modules, and this allows me to define a cluster like this: class {'pacemaker::corosync': cluster_name => $control_clu_name, cluster_members => $control_clu_members, require => [ Package['ccs'], } I currently define the cluster name