jbondpdx
b3697f7ccd
DOCS: Edits to README.md
...
Just mostly commas and wording and other edit-y stuff.
2015-06-15 11:45:59 -07:00
Daniele Sluijters
d86edc66c8
Merge pull request #532 from hunner/add_helper
...
Add helper to install puppet/pe/puppet-agent
2015-06-14 20:17:27 +02:00
Hunter Haugen
40c130c4cf
Add helper to install puppet/pe/puppet-agent
2015-06-11 16:53:42 -07:00
Bryan Jen
a9d2ecd8d5
Merge pull request #530 from mhaskel/2.1.0-prep
...
2.1.0 prep
2015-06-09 10:42:34 -07:00
Morgan Haskel
083bed3437
2.1.0 prep
2015-06-09 10:37:28 -07:00
Daniele Sluijters
ee230d111b
Merge pull request #531 from justinstoller/maint/master/set-puppet-version
...
(maint) allow setting PUPPET_VERSION in acceptance
2015-06-09 08:23:08 +02:00
Justin Stoller
6dba810090
(maint) allow setting PUPPET_VERSION in acceptance
2015-06-08 21:50:05 -07:00
Morgan Haskel
f1fe05ec2b
Merge pull request #525 from ianmacl/MODULES-2070
...
Backwards compatibility with older versions of puppet
2015-06-08 15:08:48 -07:00
Bryan Jen
0ca555f552
Merge pull request #529 from mhaskel/source_compatibility
...
API compatibility between 1.8.x and 2.x for apt::source
2015-06-08 14:37:32 -07:00
Morgan Haskel
396f308e6a
Compatibility between 1.8.x and 2.x for apt::source
2015-06-08 11:19:45 -07:00
Hunter Haugen
b55dd49b17
Merge pull request #527 from mhaskel/key_compatibility
...
Make apt::key compatible with 1.8.x
2015-06-04 10:58:51 -07:00
Morgan Haskel
d50fef82e8
Make apt::key compatible with 1.8.x
2015-06-04 09:41:27 -07:00
Morgan Haskel
8649fb4aa6
Merge pull request #526 from hunner/fix_travis
...
Fix travis.yml for puppet 4
2015-05-27 09:48:24 -07:00
Hunter Haugen
a467f1b978
Fix travis.yml for puppet 4
...
I accidentally pushed a commit with modulesync that made puppet 4 a
non-voting job. This should make it more in line with modulesync.
Also, we should look at bumping these ORDERING="random" changes back to
msync if they are valuable.
2015-05-27 08:25:44 -07:00
Hunter Haugen
8260d7a95c
Add ability to unittest puppet 4
2015-05-27 08:11:16 -07:00
Ian MacLennan
e52145110c
Backwards compatibility with older versions of puppet
2015-05-25 09:28:04 -04:00
Daniele Sluijters
535a5b6dad
Merge pull request #524 from mhaskel/better_defined_check
...
Only use the strict variables workaround if using strict variables
2015-05-11 20:33:39 +02:00
Morgan Haskel
3838c666f5
Only use the strict variables workaround if using strict variables
...
This should avoid issues with defined on earlier versions of puppet
2015-05-11 10:55:46 -07:00
Daniele Sluijters
5d62ceb20e
Merge pull request #523 from puppetlabs/modulesync_updates
...
Modulesync updates
2015-05-08 08:20:08 +02:00
Morgan Haskel
cbaf43d7a1
have the right gems
2015-05-07 10:09:21 -07:00
Morgan Haskel
9699b42d97
Add gem to sync.yml
2015-05-07 10:07:20 -07:00
Morgan Haskel
b9822c6eb7
sync via modulesync
2015-05-07 10:07:20 -07:00
Morgan Haskel
3e64758ca7
Merge pull request #521 from hunner/fix_stubs
...
Don't stub puppetversion
2015-05-06 15:15:26 -07:00
Hunter Haugen
48152d4a89
Don't stub puppetversion
...
The puppetversion fact still needs to represent puppet's version that is being used to test
2015-05-06 15:10:05 -07:00
Hunter Haugen
424b7540bf
Merge pull request #520 from mhaskel/sync
...
test against puppet4
2015-05-06 14:44:50 -07:00
Morgan Haskel
3d3e2449f3
test against puppet4
2015-05-06 14:44:03 -07:00
Morgan Haskel
78edc80b50
Merge pull request #519 from puppetlabs/puppet4-strictvars
...
Test with strict variables on Puppet 4 too.
2015-05-01 09:51:18 -07:00
Daniele Sluijters
b7c6e80497
Test with strict variables on Puppet 4 too.
...
It's only as of Puppet 5 that strict variables becomes the default so
we need to specify it too for Puppet 4.
2015-04-30 23:20:12 +02:00
Daniele Sluijters
7448a7597c
Merge pull request #518 from mhaskel/test_fix
...
Stubbing File.file? is hard
2015-04-30 23:18:06 +02:00
Morgan Haskel
1be2560e1e
Stubbing File.file? is hard
2015-04-30 12:54:37 -07:00
Morgan Haskel
fe9741fe1d
Merge pull request #505 from puppetlabs/install-lsb-release
...
Clear up lsb-release error
2015-04-29 15:38:38 -07:00
Morgan Haskel
23855f199b
Merge pull request #508 from puppetlabs/travis-puppet4
...
Puppet 4 support
2015-04-29 15:37:59 -07:00
Morgan Haskel
96d48eca08
Merge pull request #516 from dlactin/feature/master/apt_reboot_required_fact
...
Added new apt_reboot_required fact, updated readme, and added unit tests
2015-04-29 15:34:43 -07:00
Dustin Lactin
bb692503bb
Removed eol from README.md
2015-04-29 15:51:59 -06:00
Daniele Sluijters
494abedaeb
Work around PUP-4133
2015-04-29 21:07:16 +02:00
Daniele Sluijters
f62d6a9adf
Gemfile: Upgrade to rspec-puppet 2.1+
...
This is needed in order to be able to test on Puppet 4.
2015-04-29 21:07:16 +02:00
Daniele Sluijters
e3100fc172
travis: Test on a bigger matrix
...
* Puppet 3 on all supported Ruby versions with strict variables and
random ordering.
* Puppet 3 on 2.1 with strict variables, future parser and random
ordering.
* Puppet 4 on all supported Ruby versions and random ordering.
2015-04-29 21:07:16 +02:00
Daniele Sluijters
1318344500
Give clearer instructions around lsb-release
2015-04-29 21:04:27 +02:00
Dustin Lactin
6e51be76ea
Added new apt_reboot_required fact, updated readme, and added unit tests
2015-04-29 11:36:51 -06:00
Hunter Haugen
55a17ac591
Merge pull request #515 from mhaskel/merge_2.0.x_to_master
...
Merge 2.0.x to master
2015-04-29 10:23:32 -07:00
Morgan Haskel
f2c3956fd1
Merge pull request #514 from psoloway/readme
...
Correct some README punctuation
2015-04-27 18:03:26 -07:00
Pete Soloway
616516b9d7
Correct some README punctuation
2015-04-27 17:08:42 -07:00
Bryan Jen
7701adb701
Merge pull request #513 from mhaskel/2.0.1-prep
...
2.0.1 prep
2015-04-27 14:50:52 -07:00
Morgan Haskel
bef7a18063
2.0.1 prep
2015-04-27 14:46:06 -07:00
Bryan Jen
19b416e86e
Merge pull request #511 from mhaskel/pup34_compat
...
Restore Puppet 3.4 and earlier compatibility
2015-04-27 14:44:38 -07:00
Morgan Haskel
229518f359
Make compatibility in metadata.json accurate
2015-04-27 13:48:41 -07:00
Morgan Haskel
21a2462a58
Compatibility for puppet < 3.5.0
2015-04-27 13:48:41 -07:00
Morgan Haskel
6581d73f31
Merge pull request #510 from psoloway/readme
...
Update README per DOC-1503
2015-04-27 13:39:13 -07:00
Pete Soloway
ccd5cea444
Update README per DOC-1503
...
1. Make sure that for each parameter, where applicable, there is a default value.
2. Make sure that for each parameter that's applicable, there is a note if the parameter is optional.
3. Make sure the links in the README work and are accurate.
4. Update the link in the Contributing section to point here: https://docs.puppetlabs.com/forge/contributing.html
5. General copyediting.
* Add a ToC
* Reorganize Usage & Reference sections
* Standardize capitalization of "Apt" (as opposed to "apt", the module)
* Standardize Development section
Apply edits from @jbondpdx
* Re-emphasize the warning about short key names
* Restore the “What apt affects” section
* Re-correct capitalization of “Apt” (where it had reverted to “APT”)
* Clarify OS compatibility in Limitations and elsewhere
* Various edits for clarity
2015-04-27 10:27:58 -07:00
Morgan Haskel
e41fc4bbb4
Switch back to anchor, for moar compatibility
2015-04-27 10:21:03 -07:00