On Aug 24, 6:24 pm, Ryan Coleman <[email protected]> wrote:
> Hi Shantanu,
>
> On Fri, Aug 24, 2012 at 1:52 PM, Shantanu <[email protected]> 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 ?
Thanks for the reply Ryan. I haven't made any changes after cloning
this module (commit 66d5ce9ae). Following are contents of dav_fs
manifest file:
$ cat /etc/puppet/modules/apache/manifests/mod/dav_fs.pp
class apache::mod::dav_fs {
Class[apache::mod::dav] -> Class[apache::mod::dav_fs]
apache::mod { 'dav_fs': }
}
Let me know if you need any additional details.
--
Shantanu
--
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.