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?
I'm trying to user this module (which seems very promising) in my project.
the module is installed with git submodules in
modules/puppet-pythonfolder.but when I try to use it, even with a configuration exactly like /test/init.pp manifest:
And getting this error:
any clues on what I'm doing wrong?