diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-05-10 09:14:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 09:14:50 +0200 |
commit | 8f52b334d618a489c0b2388303f5fa5132a59e2d (patch) | |
tree | 17a2775fa42238828e50bfabb97e9ef6e45c586a /roles | |
parent | a62594a2188343101d1c0ffa4588745d4a2044b4 (diff) | |
download | openshift-8f52b334d618a489c0b2388303f5fa5132a59e2d.tar.gz openshift-8f52b334d618a489c0b2388303f5fa5132a59e2d.tar.bz2 openshift-8f52b334d618a489c0b2388303f5fa5132a59e2d.tar.xz openshift-8f52b334d618a489c0b2388303f5fa5132a59e2d.zip |
Remove vim line
It has been agreed that we don't use it any longer.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_health_checker/openshift_checks/etcd_volume.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/openshift_checks/etcd_volume.py b/roles/openshift_health_checker/openshift_checks/etcd_volume.py index cbdf70092..c769af973 100644 --- a/roles/openshift_health_checker/openshift_checks/etcd_volume.py +++ b/roles/openshift_health_checker/openshift_checks/etcd_volume.py @@ -1,4 +1,3 @@ -# vim: expandtab:tabstop=4:shiftwidth=4 """ Ansible module for warning about etcd volume size past a defined threshold. """ |