[Puppet Users] PuppetDB Installation Issue

2012-10-11 Thread Worker Bee
I am attempting to install puppetdb using the downloaded module.
I have puppet 3.0 with passenger installed.

I am getting the following error:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid
resource type firewall at
/etc/puppet/modules/puppetdb/manifests/server/firewall.pp:23

Would appreciate any feedback anyone might have!

Thanks

-- 
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] PuppetDB Installation

2012-10-05 Thread Worker Bee
I am attempting to install PuppetDB from source.
I am a bit confused however, is lein required?

thanks!

-- 
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.



Re: [Puppet Users] PuppetDB Installation

2012-10-05 Thread Deepak Giridharagopal

On Fri, Oct 05, 2012 at 01:21:46PM -0600, Deepak Giridharagopal 
dee...@puppetlabs.com wrote:

On Fri, Oct 05, 2012 at 02:14:41PM -0400, Worker Bee beeworke...@gmail.com 
wrote:

I am attempting to install PuppetDB from source.
I am a bit confused however, is lein required?


Correct, you'll need that to build the actual PuppetDB daemon
itself. For the 1.0.0 release and earlier, you'll need the stable
version (1.7.x) of lein, which you can get from the upstream here:

https://github.com/technomancy/leiningen
https://raw.github.com/technomancy/leiningen/stable/bin/lein

...assuming it's not available via system package or the like.


I was just informed that we actually have lein packages in the
puppetlabs repos, in fact. For example:

http://yum.puppetlabs.com/el/5/dependencies/x86_64/leiningen-1.7.1-1.el5.noarch.rpm

http://apt.puppetlabs.com/pool/precise/dependencies/l/leiningen/leiningen_1.7.1-1puppetlabs2_all.deb

deepak

--
Deepak Giridharagopal / Puppet Labs

--
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.



Re: [Puppet Users] PuppetDB Installation

2012-10-05 Thread Worker Bee
Is it possible to get the srpm for puppetdeb-1.0.0 ?

Thanks!

On Fri, Oct 5, 2012 at 3:34 PM, Deepak Giridharagopal dee...@puppetlabs.com
 wrote:

 On Fri, Oct 05, 2012 at 01:21:46PM -0600, Deepak Giridharagopal 
 dee...@puppetlabs.com wrote:

 On Fri, Oct 05, 2012 at 02:14:41PM -0400, Worker Bee 
 beeworke...@gmail.com wrote:

 I am attempting to install PuppetDB from source.
 I am a bit confused however, is lein required?


 Correct, you'll need that to build the actual PuppetDB daemon
 itself. For the 1.0.0 release and earlier, you'll need the stable
 version (1.7.x) of lein, which you can get from the upstream here:

 https://github.com/**technomancy/leiningenhttps://github.com/technomancy/leiningen
 https://raw.github.com/**technomancy/leiningen/stable/**bin/leinhttps://raw.github.com/technomancy/leiningen/stable/bin/lein

 ...assuming it's not available via system package or the like.


 I was just informed that we actually have lein packages in the
 puppetlabs repos, in fact. For example:

 http://yum.puppetlabs.com/el/**5/dependencies/x86_64/**
 leiningen-1.7.1-1.el5.noarch.**rpmhttp://yum.puppetlabs.com/el/5/dependencies/x86_64/leiningen-1.7.1-1.el5.noarch.rpm

 http://apt.puppetlabs.com/**pool/precise/dependencies/l/**
 leiningen/leiningen_1.7.1-**1puppetlabs2_all.debhttp://apt.puppetlabs.com/pool/precise/dependencies/l/leiningen/leiningen_1.7.1-1puppetlabs2_all.deb


 deepak

 --
 Deepak Giridharagopal / Puppet Labs

 --
 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+unsubscribe@**
 googlegroups.com puppet-users%2bunsubscr...@googlegroups.com.
 For more options, visit this group at http://groups.google.com/**
 group/puppet-users?hl=enhttp://groups.google.com/group/puppet-users?hl=en
 .



-- 
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.



Re: [Puppet Users] PuppetDB Installation

2012-10-05 Thread Worker Bee
My bad... just found it!

Please disreagrd

On Fri, Oct 5, 2012 at 5:45 PM, Worker Bee beeworke...@gmail.com wrote:

 Is it possible to get the srpm for puppetdeb-1.0.0 ?

 Thanks!


 On Fri, Oct 5, 2012 at 3:34 PM, Deepak Giridharagopal 
 dee...@puppetlabs.com wrote:

 On Fri, Oct 05, 2012 at 01:21:46PM -0600, Deepak Giridharagopal 
 dee...@puppetlabs.com wrote:

 On Fri, Oct 05, 2012 at 02:14:41PM -0400, Worker Bee 
 beeworke...@gmail.com wrote:

 I am attempting to install PuppetDB from source.
 I am a bit confused however, is lein required?


 Correct, you'll need that to build the actual PuppetDB daemon
 itself. For the 1.0.0 release and earlier, you'll need the stable
 version (1.7.x) of lein, which you can get from the upstream here:

 https://github.com/**technomancy/leiningenhttps://github.com/technomancy/leiningen
 https://raw.github.com/**technomancy/leiningen/stable/**bin/leinhttps://raw.github.com/technomancy/leiningen/stable/bin/lein

 ...assuming it's not available via system package or the like.


 I was just informed that we actually have lein packages in the
 puppetlabs repos, in fact. For example:

 http://yum.puppetlabs.com/el/**5/dependencies/x86_64/**
 leiningen-1.7.1-1.el5.noarch.**rpmhttp://yum.puppetlabs.com/el/5/dependencies/x86_64/leiningen-1.7.1-1.el5.noarch.rpm

 http://apt.puppetlabs.com/**pool/precise/dependencies/l/**
 leiningen/leiningen_1.7.1-**1puppetlabs2_all.debhttp://apt.puppetlabs.com/pool/precise/dependencies/l/leiningen/leiningen_1.7.1-1puppetlabs2_all.deb


 deepak

 --
 Deepak Giridharagopal / Puppet Labs

 --
 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+unsubscribe@**
 googlegroups.com puppet-users%2bunsubscr...@googlegroups.com.
 For more options, visit this group at http://groups.google.com/**
 group/puppet-users?hl=enhttp://groups.google.com/group/puppet-users?hl=en
 .




-- 
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.