File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,13 @@ language: ruby
2
2
cache : bundler
3
3
rvm :
4
4
- 2.3.0
5
- before_install :
6
- - openssl aes-256-cbc -K $encrypted_a631c1ae3253_key -iv $encrypted_a631c1ae3253_iv -in .travis/travis-ci.pem.enc -out .travis/travis-ci.pem -d
5
+ deploy :
6
+ provider : chef-supermarket
7
+ user_id : criteo
8
+ cookbook_category : Utilities
9
+ client_key : " .travis/client.pem"
10
+ on :
11
+ tags : true
12
+ all_branches : true
13
+ before_deploy :
14
+ - openssl aes-256-cbc -K $encrypted_a631c1ae3253_key -iv $encrypted_a631c1ae3253_iv -in .travis/client.pem.enc -out .travis/client.pem -d
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Example use cases:
15
15
- adopt rules to avoid running chef-client during peak hours if its impact has a weigh above a threshold
16
16
- simplify definitions of [ choregraphies] ( https://github.com/criteo-cookbooks/choregraphie )
17
17
18
+ Note: The intent of this cookbook is to validate the interest of a feature that could be integrated in chef.
19
+
18
20
Usage
19
21
-----
20
22
Original file line number Diff line number Diff line change 4
4
license 'Apache License'
5
5
description 'Allow to set weight on resources'
6
6
long_description 'Installs/Configures resource-weight'
7
- issues_url 'https://github.com/criteo-cookbooks/resource-weight'
8
- source_url 'https://github.com/criteo-cookbooks/resource-weight'
7
+ issues_url 'https://github.com/criteo-cookbooks/resource-weight' if defined? ( issues_url )
8
+ source_url 'https://github.com/criteo-cookbooks/resource-weight' if defined? ( source_url )
9
9
version '0.1.0'
10
10
# it should actually support every platform
11
11
supports 'centos'
You can’t perform that action at this time.
0 commit comments