summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-04-23init: Do not include apt ourselves.Daniele Sluijters
Using `include apt` causes problems. If someone in the catalogue does an `class { 'apt: }` and we come after it with `include apt` this will work. However if the order is reversed we'll get a duplicate resource definition. Closes #12
2015-04-22README: Add Forge version badgeDaniele Sluijters
2015-04-22README: One 'h' too many [skip ci]Daniele Sluijters
2015-04-22README: Switch Travis shield to Travis [skip ci]Daniele Sluijters
2015-04-22Add shields for Travis and Puppet Forge [skip ci]Daniele Sluijters
2015-04-22README: Document all the optionsDaniele Sluijters
2015-04-14Initial commit (this is not finished).Daniele Sluijters