tdelphi / puppet-rundeck

Puppet integration with RunDeck
Apache License 2.0
1 stars 0 forks source link

running on puppet3 #1

Open biemond opened 11 years ago

biemond commented 11 years ago

Hi,

is your module running on puppet 3? , I am running puppet enterprise 3 and needed to install ruby, install the plugin and copy the puppet ruby modules to this ruby version.

Thanks Edwin

 [root@master3 gems]# puppet-rundeck -c /etc/puppetlabs/puppet/puppet.conf  
 You need to have Puppet 0.25.5 or later installed
 /usr/local/lib/ruby/gems/1.9.1/gems/puppet-rundeck-0.0.7/lib/puppet-rundeck.rb:36:in         `configure': undefined method `[]=' for Puppet:Module (NoMethodError)
from /usr/local/lib/ruby/gems/1.9.1/gems/puppet-rundeck-0.0.7/bin/puppet-   rundeck:68:in `<top (required)>'
from /usr/local/bin/puppet-rundeck:23:in `load'
from /usr/local/bin/puppet-rundeck:23:in `<main>'
tdelphi commented 11 years ago

I never actually tried to use it with Puppet Enterprise.

But there are similar issues in original project: #15 and #18

Update: it works with Puppet open source 3.x on Ruby 1.8.7.

vega113 commented 10 years ago

How about Puppet Enterprise 3.1.0?