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

Puppet Forge version is incorrect #56

Closed
ideasasylum opened this issue Jan 29, 2013 · 2 comments
Closed

Puppet Forge version is incorrect #56

ideasasylum opened this issue Jan 29, 2013 · 2 comments

Comments

@ideasasylum
Copy link

When you install this module via puppet module install alub/rbenv you're actually getting something different — it declares the rbenvgem type and doesn't include any manifests. So things like rbenv::install aren't found (you'll see errors like Invalid resource type rbenv::install). See the forge page for reference.

Cloning this Git repo worked fine for me though. Perhaps you could update/pull the forge reference as I'm sure it will confuse lots of people

FYI & in case of future googlers: I had the task:

package { 'git-core' :
  ensure => present,
}

which seemed to conflict with this line in ubuntu.pp. I resolved it by changing my Git package to

package { 'git' :
  name => 'git-core',
  ensure => present,
}
@alup
Copy link
Owner

alup commented Jan 29, 2013

@ideasasylum Indeed, the puppet forge version is not the same with the master branch. I will soon update the puppet forge version.

@alup
Copy link
Owner

alup commented Feb 17, 2013

A new version (1.2.0) has been uploaded to puppet forge :)

@alup alup closed this as completed Feb 17, 2013
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