On Mon, Sep 12, 2011 at 3:01 AM, Greg Sutcliffe <[email protected]> wrote: > Hi all, > I guess this is mainly aimed at Brice, but feel free to chime in :) > I'm starting to implement Allied Telesis switches in puppet device, since we > have a pressing need to control them properly. I've managed to get login and > facts working, so I'm happy with my progress thus far, but I currently have > two questions... > 1) Is it possible to do this in a module, as per other type/provider > updates? Currently I'm hacking on the puppet 2.7.3 gem on one of my clients, > and that seems clunky. However, with changes in the util/ folder, I'm > guessing it's not presently possible.
Yes with some work around required. You need to export RUBYLIB with the appropriate path. See example and known limitation section: https://github.com/puppetlabs/puppetlabs-f5 In my limited experience, seems easier to dev/test with puppet resource/puppet apply commands, just add apply_to_device to the resource type when you are ready for full testing using puppet device command. > 2) Assuming I can get my boss to permit me to put my work on Github (working > on that :P), I guess this is the right place to get reviews and issue pull > requests? Absolutely. Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
