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',
>
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