You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
And getting this error:
any clues on what I'm doing wrong?
The text was updated successfully, but these errors were encountered: