Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | fixup-PR#506 Speed improvements in facter resolution | Adam S | |
This is to improve speed on Facter resolution of service_provider fact that was just introduced in PR# 506. The improvements go from 280ms resolution time approx. down to 2ms resolution time approx. by adding requires statements. | |||
2015-08-19 | Add a service_provider fact | Ben Ford | |
This returns the default provider Puppet will choose to manage services on this system by instantiating a dummy service resource type and returning the provider chosen. Co-Authored-By: Simon Fraser University <asa188@sfu.ca> |