uniak/puppet-networkdevice

View on GitHub
lib/puppet/util/network_device/cisco_ios/model/radius_server/base.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method register has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.register(base)
    base.base_cmd = "radius-server host <%= name %>"
    scope = /^(radius-server host (\S+)(.*))/

    base.register_scoped :ensure, scope do

    There are no issues that match your filters.

    Category
    Status