Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not match $(ensure at pip.pp:104 #123

Closed
phpguru opened this issue Sep 19, 2014 · 1 comment
Closed

Could not match $(ensure at pip.pp:104 #123

phpguru opened this issue Sep 19, 2014 · 1 comment

Comments

@phpguru
Copy link

phpguru commented Sep 19, 2014

class { 'python' :
    version    => 'system',
    pip        => true,
    dev        => false,
    virtualenv => false,
    gunicorn   => false,
    provider   => 'pip',
    require    => Class['epel'],
}

Trying the above I get the below

puppet agent -t --environment ec2tools --debug
...
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not match $(ensure at /etc/puppetlabs/puppet/environments/ec2tools/modules/python/manifests/pip.pp:104
@phpguru
Copy link
Author

phpguru commented Sep 19, 2014

Actually I think I linked to an old version (1.7.3) by mistake.

@phpguru phpguru closed this as completed Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant