Skip to content

Commit f70ce65

Browse files
sheenaajayscotty-c
authored andcommitted
(fixing lint warning for k8) (#61)
1 parent 66ac0e2 commit f70ce65

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ sudo: false
33
cache: bundler
44
language: ruby
55
bundler_args: --without development acceptance
6-
script: bundle exec rake test
6+
script:
7+
- bundle exec rake test
8+
- bundle exec rubocop lib
9+
- bundle exec puppet-lint --no-autoloader_layout-check manifests
710
matrix:
811
fast_finish: true
912
include:

manifests/kube_addons.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
tries => 50,
8989
try_sleep => 10,
9090
logoutput => true,
91-
onlyif => 'kubectl get deploy -n kube-system kube-dns -o yaml | tr -s " " | grep "Deployment does not have minimum availability"',
91+
onlyif => 'kubectl get deploy -n kube-system kube-dns -o yaml | tr -s " " | grep "Deployment does not have minimum availability"', # lint:ignore:140chars
9292
}
9393

9494
exec { 'Taint master node':

0 commit comments

Comments
 (0)