[Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-08 Thread MrTeleBird
Hello everyone! I am facing a problem by configuring the F5 Big-IP Module: http://puppetlabs.com/blog/managing-f5-big-ip-network-devices-with-puppet/ I installed GEM f5-icontrol on both, the master and the proxy. the file "device.conf" is configured on my proxy too. However, when i run: # puppe

Re: [Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-08 Thread Christopher Wood
(inline) On Tue, Jan 08, 2013 at 08:30:23AM -0800, MrTeleBird wrote: >Hello everyone! > >I am facing a problem by configuring the F5 Big-IP Module: > > [1]http://puppetlabs.com/blog/managing-f5-big-ip-network-devices-with-puppet/ > >I installed GEM f5-icontrol on both, the master

Re: [Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-08 Thread MrTeleBird
Hi Christopher, yes I installed F5-IControl gem on both, my puppet server and the proxy system. Is your puppet server the same machine as your proxy system?? Yes, I do have the file /etc/puppet/modules/f5/lib/puppet/util/network_device/f5/device.rb but I have it on the machine running as puppet

Re: [Puppet Users] Problem: Managing F5 BIG-IP Network Devices with Puppet

2013-01-09 Thread MrTeleBird
Hi I have already solved the issue!! for the record. I forgot to export RUBYLIB path: # export RUBYLIB=/etc/puppet/modules/f5/lib/:$RUBYLIB on both master and proxy. After that it run smoothly. Thanks On Wednesday, January 9, 2013 8:47:58 AM UTC+1, MrTeleBird wrote: > > Hi Christopher, > yes