This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mongodb-lib.noespec
55 lines (46 loc) · 1.57 KB
/
mongodb-lib.noespec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
template-info:
# Don't remove the name and version entries, which are ALWAYS required
name: "chef-cookbook"
version: 1.6.0
# The following entries are information about the template itself and can safely
# be removed on your own project.
summary: |
Template for creating a chef cookbook
description: |
This is a [Noe](https://github.com/blambeau/noe) template for creating a chef cookbook.
authors:
- {name: Yauhen Artsiukhou, email: [email protected]}
links:
source: https://github.com/jsirex/chef-cookbook.noe/tree/master
manifest:
spec/spec_helper.rb:
description: ChefSpec helper
safe-override: true
.gitignore:
description: Files to be ignored by git or another version control system
safe-override: true
.rubocop.yml:
description: Rubocop settings
safe-override: true
Gemfile:
description: Gemfile
safe-override: true
Rakefile:
description: Rakefile
safe-override: true
chefignore:
description: Files to be ignored by chef
safe-override: true
# The following entries are template-related variables. Update to match your
# own configuration.
variables:
# A lower case cookbook name
name: mongodb-lib
maintainer: Yauhen Artsiukhou
maintainer_email: [email protected]
license: MIT
description: Provides library functions for managing mongodb
long_description: Provides library functions for managing mongodb
issues_url: https://github.com/jsirex/mongodb-lib-cookbook/issues/
source_url: https://github.com/jsirex/mongodb-lib-cookbook
version: 0.1.0