aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-28(L10n) Updating translations for readmes/README_ja_JP.mdtransifex-bot
2018-11-28(L10n) Updating translations for locales/ja/puppetlabs-host_core.potransifex-bot
2018-11-28Merge pull request #6 from puppetlabs/modules8182Melissa
Expand test coverage
2018-11-28Test against puppet6Josh Cooper
Also for appveyor, reduce matrix by eliminating 32-bit ruby for puppet 4 and 5.
2018-11-26Refer to local reference instead of type referenceJosh Cooper
Also remove redundant `Usage` section. See MODULES-8182.
2018-10-25Merge pull request #4 from ehom/masterJosh Cooper
(maint) made phrases complete (localization-ready)
2018-10-25(maint) made phrases complete (localization-ready)ehom
2018-08-20Merge pull request #3 from melissa/ticket/master/1.0.1-releaseJacob Helwig
Ticket/master/1.0.1 release
2018-08-20Prep for the 1.0.1 releaseMelissa Stone
2018-08-20(PUP-9052) Bump puppet req to at least puppet 6Melissa Stone
2018-08-20(PUP-9053) Enable localizationMelissa Stone
2018-07-18Merge pull request #2 from puppetlabs/install-modules-onMelissa
Include puppet 6 and remove default role
2018-07-17Include puppet 6 and remove default roleJosh Cooper
* Bump max version to 7 * Install module on all hosts, not just those with the default role
2018-07-13 Prep for the 1.0.0 releaseJosh Cooper
2018-07-13Merge pull request #1 from puppetlabs/extractionJosh Cooper
Initial host module extraction
2018-07-10Delete .gitlab-ci.ymlJosh Cooper
2018-07-10Add strings reference and updated readmeJosh Cooper
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