Sha256: 42764230c76bc019c0e17b729aa7936f4d38ac41c0d4476207b8a59212a5cb03

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

#
# corl_initialize.rb
#
# Initialize the CORL plugin system through Puppet
#
module Puppet::Parser::Functions
  newfunction(:corl_initialize, :doc => <<-EOS
This function initializes the CORL plugin system through Puppet.
    EOS
) do |args|    
    CORL.run do
      CORL::Util::Puppet.register_plugins({ :puppet_scope => self })
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
corl-0.4.3 lib/puppet/parser/functions/corl_initialize.rb