Last active
January 5, 2017 22:01
-
-
Save jldugger/6f69e18c80d0610920c5b030d2484b57 to your computer and use it in GitHub Desktop.
Revisions
-
Justin Dugger revised this gist
Jan 5, 2017 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,11 +3,11 @@ $ git status # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: .kitchen.yml # add recipe to test # new file: files/default/httpd_modules.rb # actual ohai plugin # modified: metadata.rb # define ohai dependency # new file: recipes/ohai_httpd_modules.rb # install ohai plugin # modified: spec/spec_helper.rb # manage dependency # new file: spec/unit/plugins/httpd_modules_spec.rb # unit test # new file: spec/unit/recipes/ohai_httpd_modules_spec.rb # more test # new file: test/recipes/ohai_httpd_modules.rb # inspec -
Justin Dugger created this gist
Jan 5, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ $ git status # On branch jldugger/ohai-plugin # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: .kitchen.yml # new file: files/default/httpd_modules.rb # modified: metadata.rb # new file: recipes/ohai_httpd_modules.rb # modified: spec/spec_helper.rb # new file: spec/unit/plugins/httpd_modules_spec.rb # new file: spec/unit/recipes/ohai_httpd_modules_spec.rb # new file: test/recipes/ohai_httpd_modules.rb