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
Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type rvm_wrapper at /etc/puppetlabs/puppet/modules/thirdpillar/manifests/rvm.pp:33 on node learn.localdomain
It is recognizing all other resource type like rvm_system_ruby, rvm_gemset, rvm_alias but could not able to recognize rvm_wrapper
The text was updated successfully, but these errors were encountered:
This is my manifest rvm.pp
class thirdpillar::rvm(
$ruby_version = 'ruby-1.9.3-p547',
$gemset_name = 'ruby-1.9.3-p547@melbourne',
$wrapper_name = "melbourne",
) {
}
Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type rvm_wrapper at /etc/puppetlabs/puppet/modules/thirdpillar/manifests/rvm.pp:33 on node learn.localdomain
It is recognizing all other resource type like rvm_system_ruby, rvm_gemset, rvm_alias but could not able to recognize rvm_wrapper
The text was updated successfully, but these errors were encountered: