Skip to content

Instantly share code, notes, and snippets.

@jldugger
Last active January 5, 2017 22:01
Show Gist options
  • Save jldugger/6f69e18c80d0610920c5b030d2484b57 to your computer and use it in GitHub Desktop.
Save jldugger/6f69e18c80d0610920c5b030d2484b57 to your computer and use it in GitHub Desktop.

Revisions

  1. Justin Dugger revised this gist Jan 5, 2017. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions gistfile1.txt
    Original 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
    # 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
    # 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
  2. Justin Dugger created this gist Jan 5, 2017.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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