HomePhorge

(PUP-2825) Refactor Ruby[type_name] type to Runtime[ruby, type_name]
b91d70f38f19Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2825) Refactor Ruby[type_name] type to Runtime[ruby, type_name]

This changes the type Ruby[class_name] to the more generic
Runtime[ruby, runtime_type_name] to avoid squatting on open
set of names for potential runtimes which may clash with managment
of the same runtime via a Puppet class or define.

After this change, all references to Ruby[name] should be replaced
with Runtime[ruby,name].

Details

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPUb91d70f38f19: (PUP-2825) Refactor Ruby[type_name] type to Runtime[ruby, type_name] (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Jul 8 2014, 1:23 AM