If you take a look in Modulefile in the root of the module you can see the
other dependencies.  You're going to need 'stdlib' and probably 'concat' as
well.  You can install them with either 'puppet module install
puppetlabs-stdlib' type commands or just grab them from git also.


On Sun, Jun 2, 2013 at 6:34 PM, Francisco Reyes <franci...@natserv.net>wrote:

> New to puppet.
>
> I am trying to use the Apache class from puppet labs found here:
> https://github.com/puppetlabs/puppetlabs-apache
>
> When it runs agent --test on my test environment I get:
> err: Could not retrieve catalog from remote server: Error 400 on SERVER:
> Unknown function validate_bool at
> /etc/puppet/modules/apache/manifests/init.pp:43 on node slave
>
> Running on Ubuntu 12.04 with puppet 2.7.11-1ubuntu2.2 installed from the
> default Ubuntu repository .
>
> Looking in the files from the class I see calls to the function
> validate_bool, but don't see it defined.
>
> If there some base/pre-requisite class that I needed? Don't see any
> mention in the readme file. Also, these classes from puppetlabs github, is
> there a way to tell what version they would work with?
>
> --
> 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 post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to