On Thursday, August 23, 2012 12:59:32 AM UTC-5, Douglas wrote:
>
> On Wed, Aug 22, 2012 at 6:06 AM, Martin Alfke >
> wrote:
> >
> > On 22.08.2012, at 14:27, Axel Bock wrote:
> >
> > Hi readers
> >
> > another question for my little puppet project: Can I (and if yes, how)
> > define depend
On 23.08.2012, at 07:59, Douglas Garstang wrote:
...
>> Normally this works:
>>
>> define task_one ( $user = 'root' ) {
>>file { '/tmp/one':
>> owner => $user,
>> content => $user,
>> }
>> }
>> define task_two ( $user = 'root' ) {
>> file { '/tmp/two':
>> owner => $user,
On Wed, Aug 22, 2012 at 6:06 AM, Martin Alfke wrote:
>
> On 22.08.2012, at 14:27, Axel Bock wrote:
>
> Hi readers
>
> another question for my little puppet project: Can I (and if yes, how)
> define dependendies between puppet "defines"? (define like in define
> mymodule::mydefine() {...})
>
> Exam
On 22.08.2012, at 14:27, Axel Bock wrote:
> Hi readers
>
> another question for my little puppet project: Can I (and if yes, how) define
> dependendies between puppet "defines"? (define like in define
> mymodule::mydefine() {...})
>
> Example: I have a define "prepare_cool_thing" and another