On Wed, Jan 11, 2012 at 7:49 AM, Dan White wrote:
> Thanks for responding, Felix
>
> - Felix Frank wrote:
>> Hi,
>>
>> On 01/10/2012 07:05 PM, Dan White wrote:
>> > I am trying to design flexibility, and I am finding a "conflict of
>> > purpose" between the source snd content metaparameters.
Thanks for responding, Felix
- Felix Frank wrote:
> Hi,
>
> On 01/10/2012 07:05 PM, Dan White wrote:
> > I am trying to design flexibility, and I am finding a "conflict of purpose"
> > between the source snd content metaparameters.
>
> is there a practical use case that actually requires t
Hi,
On 01/10/2012 07:05 PM, Dan White wrote:
> I am trying to design flexibility, and I am finding a "conflict of purpose"
> between the source snd content metaparameters.
is there a practical use case that actually requires that much
"flexibility"?
In the design scheme you've sketched, I would
Let's start with this:
class whatever ( $myType='other' ) {
file { "some-config-file":
...
content => $myType ? {
'this' => template("whatever/this.erb"),
'that' => template("whatever/that.erb"),
'other' => template("whatever/other.erb"),