summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-12Merge pull request #62 from raoulbhatia/ubuntuJoseph (Jy) Yaworski
[WIP] Ubuntu updates
2016-09-12Ubuntu: Issue EOL warning for unsupported release.Raoul Bhatia
2016-09-12lsbrelease: This legacy fact is hidden by default in Facter’s command-line ↵Raoul Bhatia
output. See https://docs.puppet.com/facter/latest/core_facts.html#lsbrelease
2016-09-12Ubuntu: Add 16.04 Xenial Xerus and 16.10 Yakkety Yak.Raoul Bhatia
2016-08-27Merge pull request #66 from alexjfisher/metadata_requirementsJoseph (Jy) Yaworski
Remove 'pe' requirement from metadata
2016-08-08Merge pull request #68 from voxpupuli/modulesyncIgor Galić
modulesync 0.11.1
2016-08-08modulesync 0.12.0Tim Meusel
2016-08-03modulesync 0.11.1Tim Meusel
2016-07-30Merge pull request #67 from voxpupuli/modulesyncBren Briggs
modulesync 0.11.0
2016-07-29modulesync 0.11.0Tim Meusel
2016-07-12Merge pull request #64 from pkkm/masterTim Meusel
Make parameter validation more strict
2016-07-12Remove redundant checkPaweł Kraśnicki
2016-07-12Make parameter validation stricterPaweł Kraśnicki
2016-07-12Reorder validation to match class declarationPaweł Kraśnicki
2016-07-12Add validation for some parametersPaweł Kraśnicki
2016-07-11Remove 'pe' requirement from metadataAlexander Fisher
The forge no longer uses it. See https://groups.google.com/forum/#!msg/puppet-users/nkRPvG4q0Oo/GmXa109aJQAJ The module is puppet 4 compatible, so adjust `puppet` `version_requirement` too. Fixes #63
2016-07-11Merge pull request #65 from voxpupuli/modulesyncAlex Fisher
Modulesync 0.9.1
2016-07-11rubocop: disable Style/RegexpLiteralTim Meusel
this cop doesn't make much sense in our spec file. the regex delimiter would be {}, but we often have to test for these braces.
2016-07-11rubocop: fix Style/MultilineBlockLayoutTim Meusel
2016-07-11rubocop: fix Style/TrailingCommaInArgumentsTim Meusel
2016-07-11rubocop: fix Style/TrailingCommaInLiteralTim Meusel
2016-07-11improve spec testsTim Meusel
2016-07-11modulesync 0.9.1Tim Meusel
2016-05-29Merge pull request #61 from raoulbhatia/linuxmintAlex Fisher
LinuxMint: Add support for Linux Mint
2016-05-29LinuxMint: Add support for Linux MintRaoul Bhatia
2016-05-26[blacksmith] Bump version to 2.0.1-rc0Tim Meusel
2016-05-26Merge pull request #60 from voxpupuli/modulesyncBen S
modulesync 0.6.3 + release 2.0.0
2016-05-26release 2.0.0Tim Meusel
2016-05-26bump rubocop-rspec to 1.5Tim Meusel
2016-05-26mock lsbdistrelease on ubuntuTim Meusel
2016-05-26modulesync 0.6.3Tim Meusel
2016-04-02Merge pull request #52 from icann-dns/add_config_optionsJoseph (Jy) Yaworski
add options support
2016-03-31add options supportb4ldr
fix ruby 1.9 hash correct
2016-03-25Merge pull request #58 from GhostLyrics/GhostLyrics-update-docsJoseph (Jy) Yaworski
update default parameters for legacy_origin option
2016-03-25update default parameters for legacy_origin optionAlexander Skiba
2016-03-21Merge pull request #56 from webfactory/add-reboot-timeJoseph (Jy) Yaworski
Add parameter to control reboot time
2016-03-21Add parameter to control reboot timeMatthias Pigulla
2016-03-20Merge pull request #57 from voxpupuli/modulesyncJoseph (Jy) Yaworski
Update from voxpupuli modulesync_config
2016-03-20Update from voxpupuli modulesync_configJoseph Yaworski
2016-03-16Merge pull request #55 from spoofedpacket/masterJoseph (Jy) Yaworski
Small fix for random_sleep documentation. The value is set to undef i…
2016-03-16Small fix for random_sleep documentation. The value is set to undef in ↵Robert Gallagher
init.pp, so the default in the apt cron job's random_sleep() function applies, which is 1800s.
2016-02-05Merge pull request #51 from voxpupuli/no-notify-updateTim Meusel
Default `notify_update` to false
2016-02-05Gemfile: lock Rubocop to 0.35.0Daniele Sluijters
2016-02-05unattended_upgrades: default `notify_update` to falseDaniele Sluijters
The settings that we write for unattended-upgrades, though part of `/etc/apt` on the filesystem, do not affect apt's behaviour. As such notifying `apt::update` only serves to slow us down.
2016-02-05spec: use :parameter instead of 'option'Daniele Sluijters
2016-01-11Merge pull request #47 from voxpupuli/prep-1.1.1Mickaël Canévet
release: 1.1.1
2016-01-11release: 1.1.1Daniele Sluijters
2016-01-11params: Do the lookup through `xfacts`Daniele Sluijters
This fixes the strict variables compatibility.
2016-01-11Merge pull request #46 from mcanevet/fix/typoIgor Galić
Fix typo
2016-01-11Fix typoMickaël Canévet