[COMMON] Add and run pre-commit linters via tox
[oom.git] / kubernetes / sdnc / resources / geo / bin / sdnc.isPrimaryCluster
index 7a4f6a7..8b489e0 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+{{/*
 
 # Copyright © 2018 Amdocs
 #
@@ -13,6 +14,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+*/}}
 
 dir=$( dirname $0 )
 
@@ -24,10 +26,10 @@ fi
 
 case $IS_PRIMARY_CLUSTER in
 true|false)
-       echo $IS_PRIMARY_CLUSTER
-       ;;
+    echo $IS_PRIMARY_CLUSTER
+    ;;
 *)
-       echo "NOT CLUSTERED"
-       exit 1
-       ;;
+    echo "NOT CLUSTERED"
+    exit 1
+    ;;
 esac