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

Resource failed with ArgumentError #26

Closed
alonisser opened this issue Aug 20, 2013 · 2 comments
Closed

Resource failed with ArgumentError #26

alonisser opened this issue Aug 20, 2013 · 2 comments

Comments

@alonisser
Copy link

I'm trying to user this module (which seems very promising) in my project.
the module is installed with git submodules in modules/puppet-python folder.
but when I try to use it, even with a configuration exactly like /test/init.pp manifest:

class{'python':
    version => 'system',
    dev => true,
    virtualenv => true  
}

And getting this error:

Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find de
clared class python at D:/alon/workspace/Oknesset-vagrant/manifests/test.pp:5 on..

any clues on what I'm doing wrong?

@stankevich
Copy link
Collaborator

Please try renaming modules/puppet-python into modules/python.

@alonisser
Copy link
Author

Thanks! seems to solve to problem

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

2 participants