On 12-05-04 07:23 PM, Jared Curtis wrote:
> I'm trying to create a file similar to this
>
>
> Name User One
> Phone 111222
>
>
> Name User Two
>
>
>
> I want to be able to add users in this fashion
> app::users {
> 'user1': name => 'User One', phone => '111222'
I'm trying to create a file similar to this
Name User One
Phone 111222
Name User Two
I want to be able to add users in this fashion
app::users {
'user1': name => 'User One', phone => '111222';
'user2': name => 'User Two';
}
Then use a template to create the a