Re: [Puppet Users] Unknown function validate_bool when trying puppet labs apache class

2015-03-12 Thread William Anderson
I was able to install both packages using the local repository available on the VM (/usr/src/forge/): $ puppet module install /usr/src/forge/puppetlabs-stdlib-*.tar.gz --ignore-dependencies $ puppet module install /usr/src/forge/puppetlabs-concat-*.tar.gz --ignore-dependencies On Sunday, June 2

Re: [Puppet Users] Unknown function validate_bool when trying puppet labs apache class

2013-06-03 Thread Ashley Penney
On Sun, Jun 2, 2013 at 9:21 PM, Francisco Reyes wrote: > > Is there a way to list all the available modules? Or basically anything in > the git repository should be able to be installed that way? > Well, your best bet is actually to flip over from using git to the forge. http://forge.puppetlabs.c

Re: [Puppet Users] Unknown function validate_bool when trying puppet labs apache class

2013-06-02 Thread Francisco Reyes
On Sunday, June 2, 2013 6:48:41 PM UTC-4, Ashley Penney wrote: >If you take a look in Modulefile in the root of the module you can see the other dependencies. Thanks. That will help in future installs. > You're going to need 'stdlib' That one fixed it. > and probably 'concat' as well. That on

Re: [Puppet Users] Unknown function validate_bool when trying puppet labs apache class

2013-06-02 Thread Ashley Penney
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, 20

[Puppet Users] Unknown function validate_bool when trying puppet labs apache class

2013-06-02 Thread Francisco Reyes
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 /et