aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-17Pass hosts array to install_modules_onJosh Cooper
2018-07-17Merge pull request #9 from melissa/maint/master/bump-puppet-contraintJosh Cooper
Bump puppet version contraint to < 7
2018-07-17Bump puppet version contraint to < 7Melissa Stone
2018-07-17Merge pull request #8 from melissa/maint/master/install-moduleJacob Helwig
(maint) Ensure module is installed for testing
2018-07-16(maint) Ensure module is installed for testingMelissa Stone
`hosts_as` takes a role type, not an array of hosts. Unfortunately, `install_module_on` only takes one host as an argument. We were lucky that `hosts_as('default')` was returning only one host, but we should be explicitly installing this on each host individually.
2018-05-21Merge pull request #7 from melissa/maint/master/1.0.3-releaseKris Bosland
Maint/master/1.0.3 release
2018-05-18(maint) 1.0.3 release prepMelissa Stone
2018-05-18(maint) Update the acceptance testsMelissa Stone
Prior to this commit, the acceptance tests for mailalias were broken up in a way that was not logical. The tests had been broken up simply following the 'steps' from the previous iteration. This new structure did not work, since later steps were dependent on earlier steps. The tests could not be run in isolation. This commit changes the test set up so that we can more easily run tests in isolation and in random order.
2018-05-18(maint) Rubocop updateMelissa Stone
2018-05-18(maint) Mock with rspec not mochaMelissa Stone
2018-05-18(maint) Bump pdk to 1.5.0Melissa Stone
2018-05-01Merge pull request #6 from puppetlabs/releaseHunter Haugen
Release
2018-04-30Merge pull request #5 from melissa/releaseJennifer Solman
(maint) Prep for 1.0.2 release
2018-04-30(maint) PDK manages certain filesMelissa Stone
Certain files, like the Gemfile and spec/spec_helper.rb are managed by PDK. When we run `pdk update`, any changes we make to these files will be overwritten.
2018-04-30(maint) Prep for 1.0.2 releaseMelissa Stone
2018-04-30Merge pull request #4 from melissa/releaseJosh Cooper
(maint) blacksmith is required to push to the forge
2018-04-30(maint) blacksmith is required to push to the forgeMelissa Stone
2018-04-30Merge pull request #3 from melissa/releaseJosh Cooper
(maint) 1.0.1 release prep
2018-04-30(maint) 1.0.1 release prepMelissa Stone
2018-04-27Merge pull request #2 from melissa/maint/release/1.0.0-release-prepHunter Haugen
(maint) 1.0.0 release prep
2018-04-27Merge pull request #2 from melissa/maint/release/1.0.0-release-prepHunter Haugen
(maint) 1.0.0 release prep
2018-04-27(maint) 1.0.0 release prepMelissa Stone
2018-04-26Merge pull request #1 from melissa/maint/master/initial-commitsJosh Cooper
Maint/master/initial commits
2018-04-26Remove windows from metadata.jsonMelissa Stone
2018-04-25Fix spec tests and rubocop errorsMelissa Stone
2018-04-20Add Puppet Strings documentationMelissa Stone
2018-04-20Update README.mdMelissa Stone
2018-04-19Change name to mailalias_coreMelissa Stone
2018-04-17Add additional metadata during buildMelissa Stone
2018-04-16Use beaker-rspec for acceptance testsMelissa Stone
2018-04-16Fix rubocop violationsMelissa Stone
2018-04-16Get unit tests passingMelissa Stone
2018-04-16Initial mailalias import from bc8e56000fcd585d2197e1ad9e6f741bec56c174Melissa Stone
2018-04-16Initial commitMelissa Stone
2018-04-16Initial commitMelissa