Re: [Puppet Users] puppetlabs apache module syntax errors

2012-08-24 Thread Ryan Coleman
Hi Shantanu,

On Fri, Aug 24, 2012 at 1:52 PM, Shantanu  wrote:
>
> I am getting following errors with the latest puppetlabs-apache
> module. I am using Puppet 2.6.16 on CentOS 6.2 OSs and with required
> dependency modules firewall (v0.0.4-80-g63fd433) and stdlib (3.0.0-27-
> g4e25230) installed in the modulepath.

I'm sorry that you're hitting a problem with this module. Are you
using the module from the Forge or are you using the code in
development from GitHub?

>
> I have included only following class to in a node template:
> class{'apache': }
>
>
> When the catalog is being fetched for the first time then I get
> following error:
> {{{
> Could not retrieve catalog from remote server: Error 400 on SERVER:
> Syntax error at 'apache::mod::dav'; expected ']' at /etc/puppet/
> modules/apache/manifests/mod/dav_fs.pp:2
>
> }}}
>

FWIW, I don't receive a parse failure like this when I apply just the
apache class on a centos 6 machine using Puppet 2.6.16. Is it possible
that the copy of the module you have has been modified in some way?
Could you reply with the contents of
/etc/puppet/modules/apache/manifests/mod/dav_fs.pp ?

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



[Puppet Users] puppetlabs apache module syntax errors

2012-08-24 Thread Shantanu

I am getting following errors with the latest puppetlabs-apache
module. I am using Puppet 2.6.16 on CentOS 6.2 OSs and with required
dependency modules firewall (v0.0.4-80-g63fd433) and stdlib (3.0.0-27-
g4e25230) installed in the modulepath.

I have included only following class to in a node template:
class{'apache': }


When the catalog is being fetched for the first time then I get
following error:
{{{
Could not retrieve catalog from remote server: Error 400 on SERVER:
Syntax error at 'apache::mod::dav'; expected ']' at /etc/puppet/
modules/apache/manifests/mod/dav_fs.pp:2

}}}

After restarting the concerned Puppet client I see a different error:
{{{
Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not find class apache::mod::dav_fs in namespaces
apache::mod::default at /etc/puppet/modules/apache/manifests/mod/
default.pp:22
}}}

Am I missing any dependencies or do I need to configure any parameters
before using this module? Appreciate all the help.

--
Thanks,
Shantanu

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