On Monday, September 10, 2018 at 9:46:18 AM UTC-4, Michael Watters wrote:
>
> It sounds like your atqapache::vhost type is attempting to create 
> the /var/www/dev/user1/client1 directory for every vhost that is defined.  
> Can you post your definition for this type here?
>
>
>>
Wasn't it in my first post?

    file { [ "$client_base", ]:
      ensure  => 'directory',
      owner   => "$owner",
      group   => "$group",
      mode    => 0744,
    } 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/08938255-5a24-4346-a1a1-a05ece2de87b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to