Last active
January 5, 2017 22:01
-
-
Save jldugger/6f69e18c80d0610920c5b030d2484b57 to your computer and use it in GitHub Desktop.
This file contains 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 characters
$ git status | |
# On branch jldugger/ohai-plugin | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment