David Hollinger
0ac138213e
Fix puppetversion check logic
...
puppetversion was checking for puppet < '5.0' even if nil. This caused
an error when attempting to run bundler commands. Added logic to check
if puppetversion !nil and is < "5.0"
2017-07-24 14:25:34 -05:00
Garrett Honeycutt
9c269790a6
Support Puppet 5
2017-07-24 14:02:44 -04:00
Garrett Honeycutt
a552656834
Support only latest Puppet v3 and later versions of Puppet v4
2017-07-24 13:53:05 -04:00
Garrett Honeycutt
fe3cbc4e2e
Fix testing dependencies
2017-05-08 18:15:47 -04:00
Garrett Honeycutt
363e6a98e7
Fix ruby dependencies
2016-11-03 11:54:56 -04:00
Phil Friderici
c621ebb53d
Fix tests on Puppet 4.6
...
- Adjust gem pinning
2016-08-30 14:40:46 +02:00
Garrett Honeycutt
d13c324001
Add support for Ubuntu 16.04 LTS
2016-08-28 20:55:00 -04:00
Garrett Honeycutt
08bc9427bc
Use puppetlabs_spec_helper >= 1.2.0 which does strict variable checking
...
puppetlabs_spec_helper 1.2.0 introduced doing strict variable checks by
default with Puppet v4
2016-08-28 20:30:07 -04:00
Garrett Honeycutt
2fab526428
Pin gems to continue supporting older ruby versions
2016-08-08 20:27:59 -04:00
Garrett Honeycutt
097563fff1
Pin json to v1 for Ruby versions < 2
...
json v2 requires at least ruby v2.0.0
2016-07-04 16:22:34 -04:00
Garrett Honeycutt
697a512898
Allow puppet-lint v1 so community plugins work
2016-07-04 16:10:23 -04:00
Garrett Honeycutt
dfe8bd791e
Prep v3.80.0
2016-06-06 13:58:01 -04:00
Anders Larsson
5b24bcbd70
Ensure rake v10 is used for ruby 1.8.7
2016-03-22 07:09:32 +01:00
Garrett Honeycutt
0f6a0df26b
Allow rspec > v2 on platforms that support it
2016-01-17 13:16:48 -05:00
Garrett Honeycutt
a76ec2fd38
Use puppet-lint from git as rubygems is not updated
2016-01-17 13:15:58 -05:00
Garrett Honeycutt
32c633f5a5
Use community puppet-lint plugins and conform code to them
2015-12-15 16:10:04 -05:00
Garrett Honeycutt
b434ea89ef
Support Puppet v4 and v3 with future parser
2015-08-05 11:01:02 -04:00
Garrett Honeycutt
8d80bd6c40
Pin rspec-puppet to v1.0
2015-04-07 13:59:09 -04:00
Garrett Honeycutt
bc15c75c77
Update testing environment and test metadata
2015-04-07 13:51:45 -04:00
Phil Friderici (ephifre)
ffde12030c
parameterize sftp_server related settings
2015-04-07 18:32:01 +02:00
Garrett Honeycutt
998026b54d
Support puppet-lint v1
2014-10-14 20:30:17 -04:00
Garrett Honeycutt
86b402750c
Allow for facter v2
2014-06-10 13:53:37 -04:00
Garrett Honeycutt
8e50448b31
Use single quotes where no variable interpolation is required.
2014-06-10 13:52:59 -04:00
Garrett Honeycutt
c5d8868fdf
Drop support for Puppet v2.7
2014-01-24 20:34:54 -05:00
Richard Nordlund
3d06a3eb08
Update for nomalize testing.
2013-08-22 10:58:30 +02:00
Garrett Honeycutt
58561177e0
Add spec tests
...
This is a first pass and is in no way complete. It does travis support
and test the default case and the major params that change logic.
2013-07-01 17:06:16 -04:00