File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333bolt.log
3434Puppetfile.lock
3535modules
36- site-modules
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ Style/BlockDelimiters:
4040 Description : Prefer braces for chaining. Mostly an aesthetical choice. Better to
4141 be consistent then.
4242 EnforcedStyle : braces_for_chaining
43+ Style/BracesAroundHashParameters :
44+ Description : Braces are required by Ruby 2.7. Cop removed from RuboCop v0.80.0.
45+ See https://github.com/rubocop-hq/rubocop/pull/7643
46+ Enabled : true
4347Style/ClassAndModuleChildren :
4448 Description : Compact style reduces the required amount of indentation.
4549 EnforcedStyle : compact
Original file line number Diff line number Diff line change @@ -52,3 +52,8 @@ Gemfile:
5252# extras:
5353# - "# exclude plans because puppet-syntax doesn't support them yet: https://github.com/voxpupuli/puppet-syntax/issues/95"
5454# - 'PuppetSyntax.exclude_paths = ["plans/**/*", "vendor/**/*"]'
55+ .travis.yml :
56+ deploy_to_forge :
57+ enabled : true
58+ user : encore
59+ secure : " dAqckSD7HGROLA3AMl7CT5Mrw1NLqYBMRUMlR44dNuuFcUfigdW0VnIQrwotip304zJ68bWNpN2xi9QBfB1MDa8tymEQ35apaxvltJlTdKazlMnukl8TVp5WvtTBrwziwMfb99JZFLNMuReqZh+JHkfQjyjtLAglEf+QtNgmOzcXihUMl1kbV5XnrGQ7UDbc65ReT3khTIfZu6iCXqY/3JHOHLBd+EYc01EfOA/JQb1V/gIAf0zNSum4LZ4HoWrPXjts+w8pigJcCM0jxwpBFAex3uKSOTGC2lUG/xTwZXKT8lXWqZlbpAoahDDuH3CsvAA9FnnWQoXGIwryeZ2W0IVwYJvOvYtoepyd3//Tsvtma6wJuzqxlggpVCcb7Pm9IKXiUCXMnbQ4HP6YR/Mk5yt/+1Xl2RwJCve4fII9mo8OG657JyOio8BO+mznGJiZ5fCpQwtt3J8nlhnP5fDumNiggfhh2pzzZmSRp/LlsmVyJvWwweNskbX69F1g6r2NvEmiFedLjAg2jeOcRI7YiOsNsXwn4F/87RG6rOKw469MIcH74Td6oYYgSjaOMnLz07ZqL8YNxTwXhH7kc1MB92J+0GYX0iM38WpJFr30o/fu+wJzitKBSiFB2fQ1av1akBGFrBMX1GQIAj6USMQSpcIvVcCzCNcSS9cNUqTw7gI="
Original file line number Diff line number Diff line change @@ -47,3 +47,12 @@ branches:
4747 - /^v\d/
4848notifications :
4949 email : false
50+ deploy :
51+ provider : puppetforge
52+ username : encore
53+ password :
54+ secure : " dAqckSD7HGROLA3AMl7CT5Mrw1NLqYBMRUMlR44dNuuFcUfigdW0VnIQrwotip304zJ68bWNpN2xi9QBfB1MDa8tymEQ35apaxvltJlTdKazlMnukl8TVp5WvtTBrwziwMfb99JZFLNMuReqZh+JHkfQjyjtLAglEf+QtNgmOzcXihUMl1kbV5XnrGQ7UDbc65ReT3khTIfZu6iCXqY/3JHOHLBd+EYc01EfOA/JQb1V/gIAf0zNSum4LZ4HoWrPXjts+w8pigJcCM0jxwpBFAex3uKSOTGC2lUG/xTwZXKT8lXWqZlbpAoahDDuH3CsvAA9FnnWQoXGIwryeZ2W0IVwYJvOvYtoepyd3//Tsvtma6wJuzqxlggpVCcb7Pm9IKXiUCXMnbQ4HP6YR/Mk5yt/+1Xl2RwJCve4fII9mo8OG657JyOio8BO+mznGJiZ5fCpQwtt3J8nlhnP5fDumNiggfhh2pzzZmSRp/LlsmVyJvWwweNskbX69F1g6r2NvEmiFedLjAg2jeOcRI7YiOsNsXwn4F/87RG6rOKw469MIcH74Td6oYYgSjaOMnLz07ZqL8YNxTwXhH7kc1MB92J+0GYX0iM38WpJFr30o/fu+wJzitKBSiFB2fQ1av1akBGFrBMX1GQIAj6USMQSpcIvVcCzCNcSS9cNUqTw7gI="
55+ on :
56+ tags : true
57+ all_branches : true
58+ condition : " $DEPLOY_TO_FORGE = yes"
Original file line number Diff line number Diff line change 11{
22 "recommendations" : [
3- " jpogran .puppet-vscode" ,
3+ " puppet .puppet-vscode" ,
44 " rebornix.Ruby"
55 ]
66}
Original file line number Diff line number Diff line change 8282 "version_requirement" : " >= 4.10.0 < 7.0.0"
8383 }
8484 ],
85- "pdk-version" : " 1.17 .0" ,
86- "template-url" : " https://github.com/puppetlabs/pdk-templates#1.17 .0" ,
87- "template-ref" : " tags/1.17 .0-0-gd3a4319 "
85+ "pdk-version" : " 1.18 .0" ,
86+ "template-url" : " https://github.com/puppetlabs/pdk-templates#1.18 .0" ,
87+ "template-ref" : " tags/1.18 .0-0-g095317c "
8888}
Original file line number Diff line number Diff line change 3838 # set to strictest setting for testing
3939 # by default Puppet runs at warning level
4040 Puppet . settings [ :strict ] = :warning
41+ Puppet . settings [ :strict_variables ] = true
4142 end
4243 c . filter_run_excluding ( bolt : true ) unless ENV [ 'GEM_BOLT' ]
4344 c . after ( :suite ) do
You can’t perform that action at this time.
0 commit comments