exclusion for clusters

This commit is contained in:
Serghey Rodin 2014-05-12 22:26:08 +03:00
commit e7efa139ee
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,9 @@ validate_format 'user'
is_system_enabled "$DNS_SYSTEM" 'DNS_SYSTEM'
is_object_valid 'user' 'USER' "$user"
is_object_unsuspended 'user' 'USER' "$user"
if [ "$DNS_SYSTEM" = 'remote' ]; then
exit
fi
#----------------------------------------------------------#