Pip packages are case sensitive
root@compute:~# pip freeze | grep -i xenapi
XenAPI==1.2
On Mon, Jan 16, 2012 at 5:23 PM, Chris Blumentritt wrote:
> debug: Prefetching pip resources for packagedebug:
> Puppet::Type::Package::ProviderPip: Executing '/usr/bin/pip
> freeze'
Jan 16, 2012 at 4:09 PM, Nigel Kersten wrote:
>
>
> On Mon, Jan 16, 2012 at 11:01 AM, Chris Blumentritt
> wrote:
>>
>> I am running puppet 2.7.9 and using the pip provider.
>>
>> The package gets/is installed but puppet installs it on every run. Do
>> other
I have updated the bug with more info that Ben requested.
On Mon, Jan 16, 2012 at 4:10 PM, Dan Bode wrote:
> I ran into the same issue when I tried to use the pip provider. Perhaps this
> is related?
>
> http://projects.puppetlabs.com/issues/7754
>
> On Mon, Jan 16, 2012
his
> is related?
>
> http://projects.puppetlabs.com/issues/7754
>
> On Mon, Jan 16, 2012 at 11:01 AM, Chris Blumentritt
> wrote:
>>
>> I am running puppet 2.7.9 and using the pip provider.
>>
>> The package gets/is installed but puppet installs it on every run
I am running puppet 2.7.9 and using the pip provider.
The package gets/is installed but puppet installs it on every run. Do
other people run into this. I tried search bugs and the group and
have not seen any mention of it.
Chris
--
You received this message because you are subscribed to the G
I would like to add parameters to nodes in puppet dashboard either
from the command line or programmatically through an api. For adding
classes and groups to a node as well as adding nodes to the dashboard
I have been using the rake tasks. There is no rake task for adding
parameters that I can fi
>
> Basically, yes. It's all to do with how unqualified variables are resolved.
>
> Try "class { '::passenger': }" instead to qualify the class as being in
> the root scope.
>
> HTH
>
> Dan
>
Thanks Dan that solved it.
--
You received this message because you are subscribed to the Google Groups
I have an error that I do not understand. I get a duplicate
definition and I am not sure why: http://pastie.org/3041278
if I change line 27 in that paste from class { 'passenger': } to
include passenger, there is not an error but the passenger class (it
is a module) is not evaluated.
Does having
I don't know the answer to how long the cache hangs around or how to modify
how long it will use the cache but I know that if you run puppet with the
--test option it forces puppet to ignore the cache which is a lot less
annoying then editing the yaml file. I suppose in the puppet.conf for your
cl
On Mon, Sep 21, 2009 at 12:19 PM, Chris Blumentritt wrote:
>
>
> On Mon, Sep 21, 2009 at 11:27 AM, David Schmitt wrote:
>
>>
>> Chris Blumentritt wrote:
>> >
>> >
>> > On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt > > <mailto:da...
On Mon, Sep 21, 2009 at 11:27 AM, David Schmitt wrote:
>
> Chris Blumentritt wrote:
> >
> >
> > On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt > <mailto:da...@dasz.at>> wrote:
> >
> >
> > Chris Blumentritt wrote:
> >
On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt wrote:
>
> Chris Blumentritt wrote:
> > node web1{
> >$secondary_ip = xxx
> >
> >network::ip { $secondary_ip: }
> >apache::site { blah: ip => $secondary_ip }
>
On Fri, Sep 18, 2009 at 2:54 AM, David Schmitt wrote:
>
> Chris Blumentritt wrote:
> > I receive the following error when trying to do the puppet below:
> > Failed to parse template s_apache_site/site.conf.erb: Could not find
> > value for 'ipaddress_eth0_0'
I receive the following error when trying to do the puppet below:
Failed to parse template s_apache_site/site.conf.erb: Could not find value
for 'ipaddress_eth0_0'
As far as I can tell the ipaddress_eth0_0 fact has to exist on the client
before it will parse. I was hoping that I could get the new
, Allan Marcus wrote:
>
> see the thread "New 2.5 gem does not create entries into /usr/sbin"
>
> <
> http://groups.google.com/group/puppet-users/browse_thread/thread/56ca66eee45bcb16?hl=en#
> >
>
>
> ---
> Thanks,
>
> Allan Marcus
> 5
After an upgrade to 0.25.0 I get the following error:
/usr/local/lib/site_ruby/1.8/rubygems.rb:383:in `bin_path': can't find
executable puppetmasterd for puppet-0.25.0 (Gem::Exception)
from /usr/bin/puppetmasterd:19
Uninstall just 0.25.0 and returning to .0.24.8 and it startup works. I also
unins
On Sat, Sep 12, 2009 at 3:56 PM, ELTigre wrote:
>
> On Sep 12, 10:10 am, Chris Blumentritt wrote:
> Hi Chirs,
>
> I only use debian lenny on my servers. I just want to create a class
> with all package from APT to keep them up2date all the time with this
> configuration (
The spirit of puppet is to install via the package resource. You could
write a shell script to install using a text file as a data source then use
the exec resource using onlyif to check to see if you need to run it. What
I would do is create a separate class in its own manifest file and do some
I am trying to manage ip address aliases and I cannot come up with a good
strategy. I have three webhead servers that are balanced via a hardware
load balancer. I have a define that will be setting up website config on
each server and one piece I need to sort out is configuring ip addresses on
th
I have run into this problem today trying to stand up some new servers.
On Tue, Apr 21, 2009 at 11:44 PM, Andrew Shafer wrote:
>
> Scott,
>
> Can you pastie the simplest code to reproduce and maybe attach the files
> created by --graph to see what the relationships look like.
>
> Is anyone else s
I am trying to install passenger which requires fastthread which is
asking for an architecture. How are people handling this. One option
I have heard is pull the architecture specific gem down locally and
install that. What are other techniques that have been used?
Chris
--~--~-
21 matches
Mail list logo