Title: Message Title
Alessio commented on an issue
Puppet / Bug PUP-2905
When installing PIP packages from sources different than pypi, the install and any notifies are triggered during every run.
I have a plugin for a Python application, Sentry, which I am installing via GitHub like so:

    package{ 'sentry-hipchat':
      ensure => 'cfac72b33dc8468745669ea65998a5b911e9aae0',
      provider => 'pip',
      source => 'git+git://github.com/invisiblehand/sentry-hipchat.git'
    }

When running the Puppet agent with --debug --trace --test...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to