Christoph Hartmann
0de7549a64
lint: remove trailing whitespace
2015-11-16 21:44:12 +01:00
Christoph Hartmann
7fe79fdf57
add integration test for port scan
2015-11-16 20:34:21 +01:00
Christoph Hartmann
7898c1d29c
improvement: optimize regular expression, catch parse errors and ignore header lines
2015-11-16 20:33:49 +01:00
Christoph Hartmann
83e6f46724
add centos support for port
2015-11-16 20:32:43 +01:00
jcreedcmu
6b2d4e2306
Merge pull request #237 from chef/osenv
...
api: don't force root on os_env
2015-11-13 10:16:57 -05:00
Dominik Richter
17ce88b63d
api: don't force root on os_env
2015-11-13 12:10:22 +01:00
Dominik Richter
f431ece79c
Merge pull request #228 from chef/upstart-systemv
...
Upstart with System V fallback
2015-11-13 10:59:34 +01:00
Dominik Richter
069075b48a
lint
2015-11-13 10:46:04 +01:00
Christoph Hartmann
7b179872bd
extend upstart implementation to support systemv services
2015-11-13 09:54:30 +01:00
Christoph Hartmann
b33717fa55
add test case for upstart with systemv service
2015-11-13 09:54:30 +01:00
Christoph Hartmann
e703ef3bf8
move test files to work with default test-kitchen
2015-11-13 09:54:30 +01:00
Dominik Richter
d13141dad1
Merge pull request #235 from chef/test-kitchen-example
...
change test-kitchen example from rule to control
2015-11-13 09:39:28 +01:00
Christoph Hartmann
839312156a
change test-kitchen example from rule to control
2015-11-13 08:32:05 +01:00
Christoph Hartmann
77a3fddcad
Merge pull request #234 from chef/lint
...
lint
2015-11-13 08:28:20 +01:00
Dominik Richter
6cbe3466fb
update rubocop 0.35.1
2015-11-13 01:03:15 +01:00
Dominik Richter
007594eef7
lint
2015-11-13 00:48:52 +01:00
Christoph Hartmann
0a7cb9206b
Merge pull request #225 from stuartpreston/master
...
OS resource requires a Symbol not a String
2015-11-10 00:15:27 +01:00
Stuart Preston
3ddd8e8243
OS resource requires a Symbol not a String
2015-11-07 11:56:01 +00:00
Christoph Hartmann
b772d3930a
Merge pull request #223 from chef/readme_update
...
Update README.md
2015-11-07 10:18:52 +01:00
JJ Asghar
232da2dbef
Update README.md
...
Added the rubygems installation to the README
2015-11-06 10:27:27 -06:00
Christoph Hartmann
9e2ccb0286
Merge pull request #222 from chef/sudo-readme
...
add a tiny sudo example to the readme
2015-11-06 15:55:10 +01:00
Dominik Richter
a011e2e122
add a tiny sudo example to the readme
2015-11-06 01:38:55 +01:00
Dominik Richter
f62b7b4520
Merge pull request #220 from chef/0.9.2
...
0.9.2
2015-11-06 01:28:55 +01:00
tyler-ball
d324df892b
Adding bundler tasks to Rakefile so we can use 'rake release' command
2015-11-05 10:50:53 -07:00
Dominik Richter
b47409fd73
0.9.2
2015-11-05 18:40:24 +01:00
Christoph Hartmann
ed39d30f1d
Merge pull request #219 from chef/fix-shell
...
bugfix: correct add_content call to new param structure
2015-11-05 18:37:26 +01:00
Dominik Richter
faa0b41803
bugfix: correct add_content call to new param structure
...
this was breaking inspec shell
2015-11-05 18:35:38 +01:00
Dominik Richter
d6755614de
Merge pull request #214 from zmalone/patch-1
...
Fix contain / should match confusion
2015-11-05 18:35:08 +01:00
Dominik Richter
4bf424f577
Merge pull request #212 from chef/chris-rock-patch-1
...
Add test-kitchen example reference to readme
2015-11-05 18:28:09 +01:00
Christoph Hartmann
5bab5b8737
Add test-kitchen example reference to readme
2015-11-05 18:27:48 +01:00
Dominik Richter
f1f0e5b759
Merge pull request #218 from chef/jcreedcmu-patch-1
...
Add version to resource declaration
2015-11-05 18:24:15 +01:00
jcreedcmu
ec4065bf5d
Add version to resource declaration
...
I believe this is necessary, and looking through the git history it seems like it's been necessary for some time.
2015-11-05 10:16:11 -05:00
Dominik Richter
1373496560
Merge pull request #217 from chef/tball/gem_spec
...
Not using git in the gemspec file
2015-11-05 11:07:51 +01:00
tyler-ball
6b4aaf8423
Not using git in the gemspec file because inside the ChefDK the folder isn't a git directory, it is just installed from a gem
2015-11-04 16:36:44 -07:00
Christoph Hartmann
105999b0d4
Merge pull request #216 from chef/tball/deps
...
Updating Gemfile grouped dependencies to match what is already in the ChefDK
2015-11-05 00:05:34 +01:00
tyler-ball
d9555505c9
Updating Gemfile grouped dependencies to match what is already in the ChefDK
2015-11-04 16:01:09 -07:00
Zach Malone
0d35ead5b4
Fix should contain / should match confusion
...
If attempting to use "contain" here, you get
[UNSUPPORTED] `contain` matcher. Please use the following syntax `its('content') { should match('value') }`.
it looks like this should say "should match". This may effect other resources, but I've only tried file.
2015-11-04 10:35:35 -07:00
Christoph Hartmann
195ecd8153
Merge pull request #213 from juliandunn/doc-typos
...
Fix doc typos
2015-11-04 17:59:22 +01:00
jcreedcmu
950a5e9597
Fix typo
2015-11-04 11:21:49 -05:00
Julian C. Dunn
8764dd0194
Fix doc typos
2015-11-04 11:38:39 +00:00
Christoph Hartmann
15cc86b857
Merge pull request #208 from echohack/better-readme
...
Massively improve README
2015-11-04 11:09:12 +01:00
Tyler Ball
7d938fa050
Merge pull request #205 from chef/0.9.1
...
0.9.1
2015-11-03 19:49:26 -07:00
Dominik Richter
b31501ab93
0.9.1
2015-11-04 00:51:16 +01:00
Dominik Richter
31ecebfd43
Merge pull request #206 from srenatus/gem-in-examples
...
Rename gem in test-kitchen example
2015-11-04 00:50:40 +01:00
Dominik Richter
5ac24b1b27
Merge pull request #207 from chef/fnichol/doc-package-resource-typo
...
Fix package resource documentation example.
2015-11-04 00:48:22 +01:00
Fletcher Nichol
50930dc520
Fix package resource documentation example.
2015-11-04 00:30:02 +01:00
Christoph Hartmann
c3d34ca4a6
Merge pull request #209 from chef/friends
...
add inspec and friends, thank you @chris-rock, @nathenharvey, @colincam, @juliandunn
2015-11-03 19:42:09 +01:00
Dominik Richter
7dd7f29dee
fix formatting of list
2015-11-03 19:30:50 +01:00
Dominik Richter
326965e7dc
add inspec and friends, thank you @chris-rock, @nathenharvey, @colincam, @juliandunn
2015-11-03 19:29:13 +01:00
Exame
8c37d4eef4
license belongs in LICENSE
2015-11-03 10:04:16 -08:00