aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-10-01(MODULES-11197) Reenable some copsGabriel Nagy
2021-10-01(MODULES-8183) REFERENCE.md ToC fixesGabriel Nagy
2021-10-01(MODULES-11197) Rubocop fixesBobosila Victor
2018-07-10Cleanup case statementJosh Cooper
Not necessary to initialize to nil, because the else clause will initialize.
2018-07-10Add provider doc descriptionJosh Cooper
2018-07-10Don't use global matchdataJosh Cooper
Simplify logic for validating each IPv4 tuple. Remove explicit return based on the result of the conditional.
2018-07-10Move doc string to the beginningJosh Cooper
2018-07-10Use Puppet::Type.newtypeJosh Cooper
Most of this change is whitespace indentation.
2018-07-09Remove Style/Semicolon violationJosh Cooper
Use do/end and break statement into multiple lines. Also remove explicit return.
2018-07-09Automatic validation updatesJosh Cooper
Updated rubocop violations using `pdk validate -a`.
2018-07-09Initial host import from puppet#ee7cf4d28077be7d1bdbbe934ea012d41d33deffJosh Cooper