[Puppet Users] Puppet: installing package via pip

2015-01-09 Thread Jason Price
Puppet version 3.7.3 Master and agent are running on Centos v7.0 When the manifest includes the following block, it fails with the error below: code block: package {'s3cmd': ensure => present, provider => 'pip', require => Package['python-pip'] } (for reference, th

Re: [Puppet Users] Puppet: installing package via pip

2015-01-10 Thread Garrett Honeycutt
On 1/9/15 8:40 PM, Jason Price wrote: > Puppet version 3.7.3 > > Master and agent are running on Centos v7.0 > > When the manifest includes the following block, it fails with the error > below: > > code block: > > package {'s3cmd': > ensure => present, > provider => 'pip', >