Skip to content

Commit

Permalink
add metadata.rb and Berksfile
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Feb 1, 2015
1 parent b34df16 commit 9810585
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
AllCops:
Exclude:
- Guardfile
- 'vendor/**/*'

Metrics/LineLength:
Max: 160

Style/SingleSpaceBeforeFirstArg:
Enabled: false
3 changes: 3 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://supermarket.chef.io'

metadata
6 changes: 6 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name 'nginx'
maintainer 'Mike Fiedler'
maintainer_email 'miketheman@gmail.com'
license 'Apache 2.0'
description 'Installs and configures nginx'
version '2.99.0'

0 comments on commit 9810585

Please sign in to comment.