Right now I'm trying to import the puppet labs apache module in my configuration structure. But inside it I have found something like:

$vdir = $operatingsystem? {
    'ubuntu' => '/etc/apache2/sites-enabled/',
    default => '/etc/httpd/conf.d',
  }

The ubuntu part should also apply to debian. Now how can I submit some debian patches to this module (or to whom, or if they have to be discussed on the puppet-dev list). Or perhaps there is another hidden reason for debian to use the conf.d dir and I don't know about it? Sidenote: the only thing I have been able to find was the github user, namely http://github.com/puppet-modules. But I'm not sure if this is the right place since the meta-data files are missing from the apache module.


Silviu

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to