aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10Disable Layout/IndentHeredoc checkJosh Cooper
2018-07-10Convert query based test to rspecJosh Cooper
2018-07-10Convert modify based tests to rspecJosh Cooper
Consolidate tests relating to modifying host entries.
2018-07-10Convert destroy based tests to rspecJosh Cooper
Consolidate tests relating to destroying host entries.
2018-07-10Convert create based tests to rspecJosh Cooper
Consolidate tests relating to creating host entries.
2018-07-10Add spec_helper_acceptanceJosh Cooper
2018-07-10Rename beaker tests to end with _specJosh Cooper
2018-07-10Add default centos nodesetJosh Cooper
2018-07-10Add system_test group and strings development dependencyJosh Cooper
2018-07-10Actually delete tempfilesJosh Cooper
Call cleanup after each test completes The record_tmp method needs to record the files to be deleted in the same class variable that the cleanup method uses.
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-10Remove RSpec/AnyInstance violationJosh Cooper
Just pass the hostfile as the target when creating the Puppet::Type::Host instance.
2018-07-10Remove RSpec/InstanceVariable violationsJosh Cooper
Use `let` instead.
2018-07-10Disable Metrics/LineLength checkJosh Cooper
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-10Remove Lint/AssignmentInCondition violationJosh Cooper
2018-07-10Remove Lint/EndAlignment violationsJosh Cooper
2018-07-10Remove Lint/HandleExceptions violationsJosh Cooper
2018-07-10Remove Style/GlobalVars violationsJosh Cooper
2018-07-10Remove Lint/ScriptPermission violationJosh Cooper
rspec files are not directly executable by ruby, so remove shebang line
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-09Add local spec_helperJosh Cooper
2018-07-09Initial host import from puppet#ee7cf4d28077be7d1bdbbe934ea012d41d33deffJosh Cooper
2018-07-09Initial pdk new moduleJosh Cooper
2018-07-09Initial commitJosh Cooper